forked from PsychoticNinja/irssi
fix build system debug config to include -fno-omit-frame-pointer
This commit is contained in:
parent
f3e037f434
commit
89686681c1
@ -443,6 +443,9 @@ add_project_arguments(cc.get_supported_arguments('-Werror=declaration-after-stat
|
||||
|
||||
#### personality ####
|
||||
add_project_arguments(cc.get_supported_arguments('-fno-strict-aliasing'), language : 'c')
|
||||
if get_option('buildtype').contains('debug')
|
||||
add_project_arguments(cc.get_supported_arguments('-fno-omit-frame-pointer'), language : 'c')
|
||||
endif
|
||||
|
||||
if want_fuzzer
|
||||
if not cc.has_argument('-fsanitize=fuzzer-no-link')
|
||||
|
Loading…
x
Reference in New Issue
Block a user