Silence stdcall fixup warning during linking

remotes/1722699834674540220/tmp_refs/heads/master^2
Felix 2021-06-16 20:33:27 +00:00
parent 88128af7c8
commit 457ed9cd2b
No known key found for this signature in database
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',