X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=makefile;h=22c8a94a64f503562671c2a3ca7a6ec0d40a76da;hb=7953dacde1827b7efa1f5f146ce05b134cad7fd9;hp=7a167171ccb12a7037b24c4f6f757f26c0d4ad8e;hpb=c26c5303fbc3fcc607681b848bc4fd0641320691;p=lugaru.git 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