]> git.jsancho.org Git - lugaru.git/commitdiff
Enabled optimizations.
authorRyan C. Gordon <icculus@icculus.org>
Sun, 7 Aug 2005 21:07:40 +0000 (21:07 +0000)
committerRyan C. Gordon <icculus@icculus.org>
Sun, 7 Aug 2005 21:07:40 +0000 (21:07 +0000)
makefile

index 7a167171ccb12a7037b24c4f6f757f26c0d4ad8e..22c8a94a64f503562671c2a3ca7a6ec0d40a76da 100644 (file)
--- a/makefile
+++ b/makefile
@@ -18,8 +18,8 @@ CC := ccache gcc
 #CC := gcc
 LD := g++
 
-OPT := -O0
-#OPT := -O3 -fno-strict-aliasing -falign-loops=16 -fno-math-errno
+#OPT := -O0
+OPT := -O3 -fno-strict-aliasing -falign-loops=16 -fno-math-errno
 #OPT := -Os -fno-strict-aliasing
 
 # always use this on the Mac, even in debug builds, since we aren't building