build in Debug mode
Posted: Sun Feb 14, 2016 12:49 pm
Hi Guys,
I am trying to compile OpenMM in Debug mode. However in my target lib directory I only see:
../openmm/lib/libOpenMM.so
I was expecting to see a _d suffix like this::
../openmm/lib/libOpenMM_d.so
I don't see that CMakeLists calls for this suffix to be added. Should I treat ../openmm/lib/libOpenMM.so as a debug binary? It crashes my code if I do that actually.
Thanks
Sam
I am trying to compile OpenMM in Debug mode. However in my target lib directory I only see:
../openmm/lib/libOpenMM.so
I was expecting to see a _d suffix like this::
../openmm/lib/libOpenMM_d.so
I don't see that CMakeLists calls for this suffix to be added. Should I treat ../openmm/lib/libOpenMM.so as a debug binary? It crashes my code if I do that actually.
Thanks
Sam