Skip to content

Commit 7e4dffe

Browse files
committed
add -s flag to produce index for symbols
1 parent 7e5c378 commit 7e4dffe

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/darwintrace_share/Makefile.in

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,13 @@ SRCS = \
1313

1414
OBJS = $(SRCS:%.c=%.o)
1515

16-
1716
%.d : %.c
1817
$(CC) -MM -MP $(CPPFLAGS) $< > $@
1918

2019
STLIB = darwintrace_share.a
2120

2221
$(STLIB): $(OBJS)
23-
$(STLIB_LD) $@ $(OBJS)
22+
$(STLIB_LD) -s $@ $(OBJS)
2423

2524
all:: $(STLIB)
2625

0 commit comments

Comments
 (0)