android_mt6572_jiabo/external/lldb/test/functionalities/dead-strip/Makefile
2025-09-05 16:56:03 +08:00

7 lines
130 B
Makefile

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