We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
-std=c++11
1 parent 36149f9 commit 86ec606Copy full SHA for 86ec606
Makefile
@@ -48,9 +48,6 @@ CFLAGS = -Wall -O3 -fopenmp $(INCLUDES)
48
CFLAGS += -DARCH="Linux" -DSPOOLES -DARPACK -DMATRIXSTORAGE -DUSE_MT
49
CFLAGS += -Wno-implicit-function-declaration -Wno-incompatible-pointer-types
50
51
-# yaml-cpp 0.6.0+ requires C++11
52
-CXXFLAGS += -std=c++11
53
-
54
# OS-specific options
55
UNAME_S := $(shell uname -s)
56
ifeq ($(UNAME_S),Darwin)
0 commit comments