mirror of
https://github.com/sockspls/badfish
synced 2025-05-01 09:13:08 +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)
|
ifeq ($(COMP),clang)
|
||||||
comp=clang
|
comp=clang
|
||||||
CXX=clang++
|
CXX=clang++
|
||||||
CXXFLAGS += -ansi -pedantic -Wno-long-long -Wextra -Wshadow
|
CXXFLAGS += -pedantic -Wno-long-long -Wextra -Wshadow
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(comp),icc)
|
ifeq ($(comp),icc)
|
||||||
|
|
Loading…
Add table
Reference in a new issue