enable full c++11 in colvars, same as LAMMPS
This commit is contained in:
@ -6,7 +6,7 @@ COLVARS_LIB = libcolvars.a
|
||||
COLVARS_OBJ_DIR =
|
||||
|
||||
CXX = g++
|
||||
CXXFLAGS = -std=c++0x -O2 -g -Wall -fPIC -funroll-loops
|
||||
CXXFLAGS = -std=c++11 -O2 -g -Wall -fPIC -funroll-loops
|
||||
AR = ar
|
||||
ARFLAGS = -rscv
|
||||
SHELL = /bin/sh
|
||||
|
||||
Reference in New Issue
Block a user