summaryrefslogtreecommitdiff
blob: d60a77c3620734517ff91642cd9005c4527ddde7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: sam2p-0.45/Makefile
===================================================================
--- sam2p-0.45.orig/Makefile
+++ sam2p-0.45/Makefile
@@ -17,7 +17,7 @@ PERL_BADLANG=x
 export PERL_BADLANG
 
 CXXX=$(CXD_assert)
-LDALL=$(LDXX) -s $(LDFLAGS) $(LIBS)
+LDALL=$(LDXX) $(LDFLAGS) $(LIBS)
 ifeq ($(ENABLE_DEBUG), no)
 CXXX=$(CXD_no)
 endif