X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/95549e8efbf9c27d351663a214006fd1b336c3f4..31ddf2bdaa6849e11dc0d3c800b53c6e9de896c0:/CMakeLists.txt diff --git a/CMakeLists.txt b/CMakeLists.txt index 6a4c36da08..048ddd6ff0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -412,6 +412,8 @@ if(enable_model-checking) message(WARNING "FreeBSD + Model-Checking + Java = too much for now. Disabling the Java bindings.") set(enable_java FALSE) endif() + set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -gdwarf-4") + set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -gdwarf-4") else() SET(SIMGRID_HAVE_MC 0) set(HAVE_MMALLOC 0)