From c2dffcc808eea9bd15adc5842b6a2636a5138409 Mon Sep 17 00:00:00 2001 From: ruki Date: Sun, 29 Jan 2023 12:57:33 +0800 Subject: improve configure --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 356699a45..ed18027db 100755 --- a/configure +++ b/configure @@ -813,7 +813,7 @@ _get_abstract_flag_for_gcc_clang() { flag="-Wl,-S" elif test_eq "${value}" "all"; then if is_plat "macosx"; then - flag="-Wl,-x" + flag="-Wl,-x -Wl,-dead_strip" else flag="-s" fi -- cgit v1.3.1