src/CMakeLists.txt
branchv_0
changeset 1 0e791c64f38b
parent 0 ba16fce7ef20
child 2 7ba3ae8cf1fc
equal deleted inserted replaced
0:ba16fce7ef20 1:0e791c64f38b
       
     1 # Add ASan AddressSanitizer
       
     2 set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -fno-omit-frame-pointer -fsanitize=address")
       
     3 set(CMAKE_LINKER_FLAGS_DEBUG "${CMAKE_LINKER_FLAGS_DEBUG} -fno-omit-frame-pointer -fsanitize=address")
       
     4 # From ASan wiki: "To get nicer stack traces in error messages add -fno-omit-frame-pointer."
       
     5 
     1 add_executable (relpipe-out-chart relpipe-out-chart.cpp)
     6 add_executable (relpipe-out-chart relpipe-out-chart.cpp)