From: Marco Costalba Date: Sun, 3 Oct 2010 13:37:50 +0000 (+0100) Subject: Remove -pedantic option X-Git-Url: http://winboard.nl/cgi-bin?a=commitdiff_plain;h=3249777cdb2b9e8c4eb40970483544133545ae20;p=fairystockfish.git Remove -pedantic option Breaks current POPCNT code. Perhaps we will readd with a proper fix... Signed-off-by: Marco Costalba --- diff --git a/src/Makefile b/src/Makefile index 3feaf11..bb58744 100644 --- a/src/Makefile +++ b/src/Makefile @@ -222,7 +222,7 @@ endif CXXFLAGS = -g -Wall -Wcast-qual -ansi -fno-exceptions -fno-rtti $(EXTRACXXFLAGS) ifeq ($(comp),gcc) - CXXFLAGS += -pedantic -Wno-long-long -Wextra + CXXFLAGS += -Wno-long-long -Wextra endif ifeq ($(comp),icc)