From: Ryan C. Gordon Date: Sun, 7 Aug 2005 21:07:40 +0000 (+0000) Subject: Enabled optimizations. X-Git-Url: https://git.jsancho.org/?a=commitdiff_plain;h=7953dacde1827b7efa1f5f146ce05b134cad7fd9;hp=c26c5303fbc3fcc607681b848bc4fd0641320691;p=lugaru.git Enabled optimizations. --- diff --git a/makefile b/makefile index 7a16717..22c8a94 100644 --- 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