mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 13:17:44 +00: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:
+2
-2
@@ -194,8 +194,8 @@ ifeq ($(COMP),clang)
|
|||||||
CXX=clang++
|
CXX=clang++
|
||||||
CXXFLAGS += -pedantic -Wextra -Wshadow
|
CXXFLAGS += -pedantic -Wextra -Wshadow
|
||||||
ifeq ($(UNAME),Darwin)
|
ifeq ($(UNAME),Darwin)
|
||||||
CXXFLAGS += -std=c++0x -stdlib=libc++
|
CXXFLAGS += -stdlib=libc++
|
||||||
DEPENDFLAGS += -std=c++0x -stdlib=libc++
|
DEPENDFLAGS += -stdlib=libc++
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user