Commit ea9dd0c1 authored by Robert McGibbon's avatar Robert McGibbon
Browse files

get -g as well

parent 428fdedd
......@@ -11,7 +11,7 @@ before_install:
script:
- mkdir build; cd build
- cmake -DCMAKE_INSTALL_PREFIX=~/OpenMM -DCMAKE_BUILD_TYPE=Debug -DCMAKE_CXX_FLAGS_DEBUG=-fsanitize=address ..
- cmake -DCMAKE_INSTALL_PREFIX=~/OpenMM -DCMAKE_BUILD_TYPE=Debug -DCMAKE_CXX_FLAGS_DEBUG="-g -fsanitize=address" ..
- make TestCpuSettle
- ./TestCpuSettle
- valgrind ./TestCpuSettle
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment