summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 873828d..d149cfb 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,8 @@
#BENCH=1
HAVE_IMAGEMAGICK=1
-#HAVE_IMLIB2=1 # not recommended
+#HAVE_IMLIB2=1
+# not recommended
# comment this out if you don't want to use FreeType font rendering
@@ -99,7 +100,7 @@ ifdef DEBUG
CXXFLAGS += -g -fno-inline
DEFINES += -DDEBUG
else
- CXXFLAGS += -O2 -g
+ CXXFLAGS += -O3
ifdef BENCH
DEFINES += -DBENCH
endif