X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=source%2Fcluster%2FCMakeLists.txt;h=5241d56571133ddb6466fcedf0223d6a900550a0;hb=59ee3097c79b95b440ec246ae84b08555f75a832;hp=2c701e256e06e76e32622798dc7f1c14c9d9c3de;hpb=db2040af09e73f3fc871158afe11ee242ec6cfb1;p=unres4.git diff --git a/source/cluster/CMakeLists.txt b/source/cluster/CMakeLists.txt index 2c701e2..5241d56 100644 --- a/source/cluster/CMakeLists.txt +++ b/source/cluster/CMakeLists.txt @@ -46,7 +46,7 @@ set(UNRES_CLUSTER_WHAM_SRC0 #================================================ if (Fortran_COMPILER_NAME STREQUAL "ifort") set (CMAKE_Fortran_FLAGS_RELEASE " ") - set (CMAKE_Fortran_FLAGS_DEBUG "-O0 -g ") + set (CMAKE_Fortran_FLAGS_DEBUG "-O0 -g -traceback") set(FFLAGS0 "-CB -g -fpp -mcmodel=medium -shared-intel -ip " ) elseif (Fortran_COMPILER_NAME STREQUAL "gfortran") set(FFLAGS0 "-std=legacy -mcmodel=medium " )