We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cdf78d commit e31536cCopy full SHA for e31536c
meson.build
@@ -13,7 +13,7 @@ add_project_arguments('-D_GNU_SOURCE',
13
'-include', meson.current_build_dir() + '/config-host.h',
14
'-Wno-unused-parameter',
15
'-Wno-sign-compare',
16
- '-fomit-frame-pointer',
+ '-fno-stack-protector',
17
language: ['c', 'cpp'])
18
19
thread_dep = dependency('threads')
0 commit comments