From 7953dacde1827b7efa1f5f146ce05b134cad7fd9 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Sun, 7 Aug 2005 21:07:40 +0000 Subject: [PATCH] Enabled optimizations. --- makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.2