added optimization back
This commit is contained in:
parent
9c0968edcf
commit
6b49a87ce9
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ env.Append(CPPPATH = ["../win-deps/include/python24"])
|
|||
env.Append(LIBPATH = ["../win-deps/lib"])
|
||||
|
||||
# Compilation settings
|
||||
env.Append(CCFLAGS = ["-mthreads", "-DHAVE_PYTHON"])
|
||||
env.Append(CCFLAGS = ["-O2", "-mthreads", "-DHAVE_PYTHON"])
|
||||
env.Append(LINKFLAGS = ["-s", "-mwindows", "-lmingwthrd"])
|
||||
env.Append(CPPPATH = ["src", "src/widgets"])
|
||||
env.Append(LIBS = ["mingw32", "SDLmain", "SDL", "SDL_net", "SDL_mixer", "SDL_image",
|
||||
|
|
Loading…
Add table
Reference in a new issue