diff options
author | Matthew Wild <mwild1@gmail.com> | 2010-02-25 14:51:39 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2010-02-25 14:51:39 +0000 |
commit | f28f451de1885251240193f6e2274cde9e86c48b (patch) | |
tree | 79685721705a39fe869995b7291d9ceee460bc1c | |
parent | ef0ae0c73687e804fe86854af3c36f9d3f90fcf8 (diff) | |
download | luaevent-prosody-f28f451de1885251240193f6e2274cde9e86c48b.tar.gz luaevent-prosody-f28f451de1885251240193f6e2274cde9e86c48b.zip |
Makefile: Reduce optimisation to -O2 from -O3
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |