aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build3
1 files changed, 2 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 9aacae9..b83070c 100644
--- a/meson.build
+++ b/meson.build
@@ -68,6 +68,7 @@ executable(
'tools/gsr-global-hotkeys/keyboard_event.c',
'tools/gsr-global-hotkeys/main.c'
],
+ c_args : '-fstack-protector-all',
install : true
)
@@ -80,4 +81,4 @@ endif
if get_option('capabilities') == true
meson.add_install_script('meson_post_install.sh')
-endif \ No newline at end of file
+endif