Unverified Commit 4042b836 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

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

parent b587500b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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