[meson] Add -Bsymbolic-functions
This commit is contained in:
parent
e98aa0c897
commit
22048d55aa
@ -41,6 +41,10 @@ if cpp.get_id() == 'msvc'
|
||||
# noseh_link_args = ['/SAFESEH:NO']
|
||||
endif
|
||||
|
||||
add_project_link_arguments(cpp.get_supported_link_arguments([
|
||||
'-Bsymbolic-functions'
|
||||
]), language : 'c')
|
||||
|
||||
add_project_arguments(cpp.get_supported_arguments([
|
||||
'-fno-rtti',
|
||||
'-fno-exceptions',
|
||||
|
Loading…
Reference in New Issue
Block a user