mirror of
https://github.com/sockspls/badfish
synced 2025-04-29 08:13:08 +00:00
Remove -pedantic option
Breaks current POPCNT code. Perhaps we will readd with a proper fix... Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
parent
544adf7e41
commit
3249777cdb
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue