Remove -pedantic flag to CFLAGS to allow unsigned long long to be compiled
authorlaurent
Mon, 21 Sep 2009 12:02:14 +0200
changeset 209 30cbae46190d
parent 208 c72748a12ae3
child 210 8387cac2aba6
Remove -pedantic flag to CFLAGS to allow unsigned long long to be compiled
Makefile.Linux
--- a/Makefile.Linux	Wed Sep 02 18:23:40 2009 +0200
+++ b/Makefile.Linux	Mon Sep 21 12:02:14 2009 +0200
@@ -2,7 +2,7 @@
 CXX = g++ 
 
 #get warnings, debugging information and optimization
-CFLAGS  = -Wall -pedantic -Wpointer-arith -Wwrite-strings
+CFLAGS  = -Wall -Wpointer-arith -Wwrite-strings
 # CFLAGS += -Werror
 CFLAGS += -ggdb
 #CFLAGS += -O3 -funroll-loops