Makefile: Reduce optimisation to -O2 from -O3

Thu, 25 Feb 2010 14:51:39 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Thu, 25 Feb 2010 14:51:39 +0000
changeset 88
0e346184aa9d
parent 87
6ff44e01aa5b
child 89
b4960965b095

Makefile: Reduce optimisation to -O2 from -O3

Makefile file | annotate | diff | comparison | revisions
--- a/Makefile	Thu Feb 25 14:50:55 2010 +0000
+++ b/Makefile	Thu Feb 25 14:51:39 2010 +0000
@@ -4,7 +4,7 @@
 INSTALL_DATA = $(INSTALL) -m 644
 
 # Flags
-CFLAGS = -O3 -c -Wall -fpic
+CFLAGS = -O2 -c -Wall -fpic
 LDFLAGS = -shared
 
 # Directories

mercurial