]> git.itanic.dy.fi Git - sdl-planets/commitdiff
Makefile: Re-enable optimizations
authorTimo Kokkonen <kaapeli@itanic.dy.fi>
Sun, 7 Mar 2010 11:15:20 +0000 (13:15 +0200)
committerTimo Kokkonen <kaapeli@itanic.dy.fi>
Sun, 7 Mar 2010 11:15:20 +0000 (13:15 +0200)
These were accidentally disabled at some point..

Signed-off-by: Timo Kokkonen <kaapeli@itanic.dy.fi>
Makefile

index 4feb500fbfe8450b9bf8c2420251c95bfe1919f5..62e8a1da3cbebb36fa2ffd54ae76bb0075d2e1e1 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 SDL_CONFIG=$(shell sdl-config --cflags)
 SDL_LIBS=$(shell sdl-config --libs)
-CFLAGS=$(SDL_CONFIG) -Wall -O0 -g
+CFLAGS=$(SDL_CONFIG) -Wall -O2 -g
 
 LIBS=$(SDL_LIBS) -lm