Skip to content

Commit e31536c

Browse files
committed
meson: update project CFLAGS
Remove -fomit-frame-pointer (de21479) and add -fno-stack-protector (2de9832). Reported-by: Eli Schwartz <[email protected]> Signed-off-by: Florian Fischer <[email protected]>
1 parent 1cdf78d commit e31536c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ add_project_arguments('-D_GNU_SOURCE',
1313
'-include', meson.current_build_dir() + '/config-host.h',
1414
'-Wno-unused-parameter',
1515
'-Wno-sign-compare',
16-
'-fomit-frame-pointer',
16+
'-fno-stack-protector',
1717
language: ['c', 'cpp'])
1818

1919
thread_dep = dependency('threads')

0 commit comments

Comments
 (0)