Files
clang-p2996/lldb/test/functionalities/dead-strip/Makefile
2011-06-26 21:36:28 +00:00

8 lines
130 B
Makefile

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