Skip to content

Commit 86ec606

Browse files
committed
Remove -std=c++11 since yaml-cpp is not used anymore
1 parent 36149f9 commit 86ec606

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,6 @@ CFLAGS = -Wall -O3 -fopenmp $(INCLUDES)
4848
CFLAGS += -DARCH="Linux" -DSPOOLES -DARPACK -DMATRIXSTORAGE -DUSE_MT
4949
CFLAGS += -Wno-implicit-function-declaration -Wno-incompatible-pointer-types
5050

51-
# yaml-cpp 0.6.0+ requires C++11
52-
CXXFLAGS += -std=c++11
53-
5451
# OS-specific options
5552
UNAME_S := $(shell uname -s)
5653
ifeq ($(UNAME_S),Darwin)

0 commit comments

Comments
 (0)