Makefile.Linux
changeset 209 30cbae46190d
parent 99 546b9d5b2ff9
child 279 c0453b7f99df
--- 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