projects
/
fairystockfish.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
544adf7
)
Remove -pedantic option
author
Marco Costalba
<mcostalba@gmail.com>
Sun, 3 Oct 2010 13:37:50 +0000 (14:37 +0100)
committer
Marco Costalba
<mcostalba@gmail.com>
Sun, 3 Oct 2010 13:43:17 +0000 (14:43 +0100)
Breaks current POPCNT code.
Perhaps we will readd with a proper fix...
Signed-off-by: Marco Costalba <mcostalba@gmail.com>
src/Makefile
patch
|
blob
|
history
diff --git
a/src/Makefile
b/src/Makefile
index
3feaf11
..
bb58744
100644
(file)
--- 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)