From a69e61a6d02d845ef3c5a2e1ec7277c6cafaf26e Mon Sep 17 00:00:00 2001 From: Kleis Auke Wolthuizen Date: Tue, 12 Jul 2022 13:34:22 +0200 Subject: [PATCH] Meson: remove redundant `--no-undefined` link argument (#2918) This is already controlled by the `b_lundef` built-in option, which defaults to `true`. --- meson.build | 4 ---- 1 file changed, 4 deletions(-) diff --git a/meson.build b/meson.build index 7e055690..a712d56a 100644 --- a/meson.build +++ b/meson.build @@ -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