enable full c++11 in colvars, same as LAMMPS

This commit is contained in:
Axel Kohlmeyer
2020-06-14 12:18:51 -04:00
parent b587500b19
commit 4042b836c2

View File

@ -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