# Linker flags if host_machine.system() == 'linux' common_ldflags += cc.get_supported_link_arguments([ '-Wl,-Bsymbolic', '-Wl,-z,relro', '-Wl,-z,now', ]) endif (from pango/meson.build) Because surely only Linux builds deserve security features like relro!
https://cdn.masto.host/floss/media_attachments/files/110/712/627/017/752/263/original/419a9eb4375a003a.png