llvm-project/lldb/packages/Python/lldbsuite/test/functionalities/frame-recognizer/Makefile

11 lines
165 B
Makefile

LEVEL = ../../make
OBJC_SOURCES := main.m
CFLAGS_EXTRAS += -g0 # No debug info.
MAKE_DSYM := NO
include $(LEVEL)/Makefile.rules
LDFLAGS += -framework Foundation