Skip to content

Commit

Permalink
add -s flag to produce index for symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
MihirLuthra committed Feb 9, 2020
1 parent 7e5c378 commit 7e4dffe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/darwintrace_share/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,13 @@ SRCS = \

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


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

STLIB = darwintrace_share.a

$(STLIB): $(OBJS)
$(STLIB_LD) $@ $(OBJS)
$(STLIB_LD) -s $@ $(OBJS)

all:: $(STLIB)

Expand Down

0 comments on commit 7e4dffe

Please sign in to comment.