summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 82576e5..659bc97 100644
--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,7 @@ PKG_CONFIG_PATH = $(PREFIX)/lib/pkgconfig
ifeq ($(OS),Darwin)
SHARED = -dynamiclib -Wl,-undefined,dynamic_lookup
-STRIP_ARGS = -u -r
+STRIP_ARGS = -x
else
SHARED = -shared
endif