diff --git a/src/meson.build b/src/meson.build index 3610af3..ecd032a 100644 --- a/src/meson.build +++ b/src/meson.build @@ -52,7 +52,7 @@ foreach h: headers endforeach if cc.get_id() == 'gcc' - common_ldflags = [ '-Wl,-Bsymbolic', ] + common_ldflags = [ '-Wl,-Bsymbolic', '-Wl,-z,relro', '-Wl,-z,now', ] else common_ldflags = [] endif