Meson: remove redundant --no-undefined
link argument (#2918)
This is already controlled by the `b_lundef` built-in option, which defaults to `true`.
This commit is contained in:
parent
e1098857b3
commit
a69e61a6d0
@ -31,10 +31,6 @@ pkg = import('pkgconfig')
|
||||
i18n = import('i18n')
|
||||
|
||||
add_project_arguments('-Drestrict=__restrict', language: 'cpp')
|
||||
add_project_link_arguments(
|
||||
'-no-undefined',
|
||||
language: 'c',
|
||||
)
|
||||
|
||||
# if we're optimising (eg. release mode) we turn off cast checks and
|
||||
# g_asserts
|
||||
|
Loading…
Reference in New Issue
Block a user