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

8 lines
127 B
Makefile
Raw Normal View History

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