[Nickle] nickle: Branch 'master'

Bart Massey bart at keithp.com
Thu Aug 28 13:43:37 PDT 2014


 Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b766c8f934e4a0dadbed59233158251ea06a7a73
Author: Bart Massey <bart at cs.pdx.edu>
Date:   Sat Aug 23 09:38:26 2014 -0700

    removed gratuitous -O2 from Makefile.am to let CFLAGS handle it

diff --git a/Makefile.am b/Makefile.am
index 85a57a6..2b31c0b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -69,7 +69,7 @@ AM_CPPFLAGS = \
 	-DNICKLELIBDIR=\"@nicklelibdir@\"
 
 AM_CFLAGS = \
-	-D_FORTIFY_SOURCE=2 -O2 \
+	-D_FORTIFY_SOURCE=2 \
 	-Wall -Wpointer-arith -Wstrict-prototypes \
 	-Wmissing-prototypes -Wmissing-declarations \
 	-Wnested-externs -fno-strict-aliasing -fwrapv


More information about the Nickle mailing list