Merge branch 'UCGM' of mmka.chem.univ.gda.pl:unres4 into UCGM
[unres4.git] / source / wham / CMakeLists.txt
index a8c8b50..803755a 100644 (file)
@@ -51,7 +51,7 @@ set(UNRES_WHAM_SRC0
 #================================================
 if (Fortran_COMPILER_NAME STREQUAL "ifort")
   set (CMAKE_Fortran_FLAGS_RELEASE " -CB -g")
-  set (CMAKE_Fortran_FLAGS_DEBUG   "-O0 -g ")
+  set (CMAKE_Fortran_FLAGS_DEBUG   "-O0 -g -traceback")
   set(FFLAGS0 "-fpp -mcmodel=medium -shared-intel  " ) 
 elseif (Fortran_COMPILER_NAME STREQUAL "gfortran")
   set(FFLAGS0 "-fpp -std=legacy -mcmodel=medium -g ")