Make sure to use some opts when building for release
This commit is contained in:
parent
1db38f6765
commit
c139273f15
@ -13,7 +13,8 @@ Build {
|
||||
LIBPATH = { "/usr/lib/gcc/i686-apple-darwin10/4.2.1/x86_64" },
|
||||
CPPDEFS = { "SDLROCKET_MACOSX" },
|
||||
CCOPTS = {
|
||||
{ "-g", "-O0" ; Config = { "*-gcc-debug", "*-clang-debug" } }
|
||||
{ "-g", "-O0" ; Config = { "*-gcc-debug", "*-clang-debug" } },
|
||||
{ "-g", "-O3" ; Config = { "*-clang-release" } }
|
||||
},
|
||||
CXXOPTS = {
|
||||
{ "-g", "-O0"; Config = "macosx-clang-debug" },
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user