mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-25 03:26:24 +08:00
Remove redundant -std=c++0x flag
This flag is functionally identical to '-std=c++11' flag which is part of standard flags. No functional change Resolves #571
This commit is contained in:
@@ -194,8 +194,8 @@ ifeq ($(COMP),clang)
|
||||
CXX=clang++
|
||||
CXXFLAGS += -pedantic -Wextra -Wshadow
|
||||
ifeq ($(UNAME),Darwin)
|
||||
CXXFLAGS += -std=c++0x -stdlib=libc++
|
||||
DEPENDFLAGS += -std=c++0x -stdlib=libc++
|
||||
CXXFLAGS += -stdlib=libc++
|
||||
DEPENDFLAGS += -stdlib=libc++
|
||||
endif
|
||||
endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user