From: Marco Costalba Date: Sun, 3 Oct 2010 13:37:50 +0000 (+0100) Subject: Remove -pedantic option X-Git-Url: https://git.sesse.net/?p=stockfish;a=commitdiff_plain;h=3249777cdb2b9e8c4eb40970483544133545ae20;hp=544adf7e411688c002d4082d1e74c5e97e92257f 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 3feaf11b..bb587440 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)