# HG changeset patch # User laurent # Date 1253527334 -7200 # Node ID 30cbae46190da8d9b364eab0fa340604f75371a4 # Parent c72748a12ae3f1ecf609863ad35c8c5b81112206 Remove -pedantic flag to CFLAGS to allow unsigned long long to be compiled diff -r c72748a12ae3 -r 30cbae46190d 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