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:
Kleis Auke Wolthuizen 2022-07-12 13:34:22 +02:00 committed by GitHub
parent e1098857b3
commit a69e61a6d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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