mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-28 07:47:03 -05:00
build: Prevent frame pointer omission to improve stack traces
This commit is contained in:
@@ -661,6 +661,7 @@ macro(setupCompilerFlags target)
|
||||
|
||||
addCXXFlag("-fexceptions" ${target})
|
||||
addCXXFlag("-frtti" ${target})
|
||||
addCommonFlag("-fno-omit-frame-pointer" ${target})
|
||||
|
||||
# Disable some warnings
|
||||
addCCXXFlag("-Wno-array-bounds" ${target})
|
||||
|
||||
Reference in New Issue
Block a user