mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-25 00:58:30 -05:00
Strip executables.
This commit is contained in:
parent
0e0fcd22de
commit
30a6503c4a
4 changed files with 4 additions and 0 deletions
|
@ -15,3 +15,5 @@ project "geometryc"
|
||||||
BGFX_DIR .. "tools/geometryc/**.cpp",
|
BGFX_DIR .. "tools/geometryc/**.cpp",
|
||||||
BGFX_DIR .. "tools/geometryc/**.h",
|
BGFX_DIR .. "tools/geometryc/**.h",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
strip()
|
||||||
|
|
|
@ -91,3 +91,5 @@ project "shaderc"
|
||||||
GLSL_OPTIMIZER .. "src/glsl/main.cpp",
|
GLSL_OPTIMIZER .. "src/glsl/main.cpp",
|
||||||
GLSL_OPTIMIZER .. "src/glsl/builtin_stubs.cpp",
|
GLSL_OPTIMIZER .. "src/glsl/builtin_stubs.cpp",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
strip()
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue