hanchenye-llvm-project/lldb/test/dead-strip/Makefile

8 lines
127 B
Makefile

LEVEL = ../make
C_SOURCES := main.c
LDFLAGS = $(CFLAGS) -Xlinker -dead_strip
MAKE_DSYM := NO
include $(LEVEL)/Makefile.rules