Suppress hook DLL exports

This commit is contained in:
Tau
2018-11-23 18:12:36 -05:00
parent 0cbd950289
commit 9ec0fbf957
7 changed files with 1 additions and 15 deletions

View File

@ -9,6 +9,7 @@ add_project_arguments(
)
add_project_link_arguments(
'-Wl,--exclude-all-symbols',
'-Wl,--gc-sections',
'-static-libgcc',
language: 'c',