diff --git a/meson.build b/meson.build index 945349ff6..a22144b19 100644 --- a/meson.build +++ b/meson.build @@ -50,8 +50,7 @@ if get_option('devel') ] app_id_suffix = '.Devel' name_suffix = ' (Devel)' - # --no-as-needed temporarily necessary due to https://github.com/rui314/mold/issues/1017 - link_args = ['-fuse-ld=mold', '-Wl,--no-as-needed'] + link_args = ['-fuse-ld=mold'] else status += [ 'Using stable build mode with the standard application ID' ] app_id_suffix = ''