mirror of
https://gitea.tendokyu.moe/Dniel97/segatools.git
synced 2024-11-24 05:20:10 +01:00
Silence stdcall fixup warning during linking
This commit is contained in:
parent
9bd0c96fab
commit
7123a9feff
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user