Skip to content
Snippets Groups Projects
Commit eeea6449 authored by Giovanni Bussi's avatar Giovanni Bussi
Browse files

better optimization flags

parent 98d6bafb
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,9 @@ fi
# we also store path so that software linking libplumedWrapper.a knows where libplumedKernel can be found.
export CPPFLAGS="-D__PLUMED_DEFAULT_KERNEL=$PREFIX/lib/libplumedKernel$SHLIB_EXT $CPPFLAGS"
# enable optimization
export CXXFLAGS="${CXXFLAGS//-O2/-O3}"
# libraries are explicitly listed here due to --disable-libsearch
export LIBS="-lgsl -lgslcblas -llapack -lblas -lxdrfile -lz $LIBS"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment