mirror of
https://github.com/sockspls/badfish
synced 2025-04-30 00:33:09 +00:00
Remove -ansi flag for Clang
It seems this flag is only for gcc and yields a warning under OSX Mavericks: clang: warning: argument unused during compilation: '-ansi' No functional change.
This commit is contained in:
parent
c6fc51c5ea
commit
73ca93f3c0
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ endif
|
|||
ifeq ($(COMP),clang)
|
||||
comp=clang
|
||||
CXX=clang++
|
||||
CXXFLAGS += -ansi -pedantic -Wno-long-long -Wextra -Wshadow
|
||||
CXXFLAGS += -pedantic -Wno-long-long -Wextra -Wshadow
|
||||
endif
|
||||
|
||||
ifeq ($(comp),icc)
|
||||
|
|
Loading…
Add table
Reference in a new issue