Skip to content
Matthias Richter edited this page Sep 20, 2017 · 1 revision

useful cmake flags

set specific build flags for for debugging per target

set_Target_properties(myexeorlib PROPERTIES COMPILE_FLAGS "-O0 -g -ggdb")
Clone this wiki locally