Silence stdcall fixup warning during linking

This commit is contained in:
Felix Anderson 2021-06-16 20:33:27 +00:00
parent 88128af7c8
commit 457ed9cd2b
Signed by untrusted user: felix
GPG Key ID: 69ADF8AEB6C8B5D1
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ if meson.get_compiler('c').get_id() != 'msvc'
)
add_project_link_arguments(
'-Wl,--enable-stdcall-fixup',
'-Wl,--exclude-all-symbols',
'-Wl,--gc-sections',
'-static-libgcc',