In your CMakeLists.txt file change compile options
Or to be really simple:
And then you must rerun cmake and rebuild.
Steve
Code:
target_compile_options(${PROGRAM_NAME} PUBLIC -Wall -Wextra -Wnull-dereference -Wno-unused-parameter -Wno-null-dereference -Wno-sign-compare -Wno-pointer-sign -Wno-address -Wno-format -funsigned-char -ggdb3 -O1)Code:
target_compile_options(${PROGRAM_NAME} PUBLIC -ggdb3 -O0)Steve
Statistics: Posted by nospamcalfee — Wed May 06, 2026 11:18 pm





