added optimization back

This commit is contained in:
Gunter Labes 2006-11-11 18:19:40 +00:00
parent 9c0968edcf
commit 6b49a87ce9

View file

@ -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",