aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2010-02-25 14:51:39 +0000
committerMatthew Wild <mwild1@gmail.com>2010-02-25 14:51:39 +0000
commitf28f451de1885251240193f6e2274cde9e86c48b (patch)
tree79685721705a39fe869995b7291d9ceee460bc1c
parentef0ae0c73687e804fe86854af3c36f9d3f90fcf8 (diff)
downloadluaevent-prosody-f28f451de1885251240193f6e2274cde9e86c48b.tar.gz
luaevent-prosody-f28f451de1885251240193f6e2274cde9e86c48b.zip
Makefile: Reduce optimisation to -O2 from -O3
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 40a13d3..be58b48 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ INSTALL_PROGRAM = $(INSTALL)
INSTALL_DATA = $(INSTALL) -m 644
# Flags
-CFLAGS = -O3 -c -Wall -fpic
+CFLAGS = -O2 -c -Wall -fpic
LDFLAGS = -shared
# Directories