summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/commands/frame/recognizer/Makefile
blob: b016328910eafce079fcce74c56d6ce7f2a5a040 (plain)
1
2
3
4
5
6
7
8
OBJC_SOURCES := main.m

CFLAGS_EXTRAS += -g0 # No debug info.
MAKE_DSYM := NO

include Makefile.rules

LDFLAGS += -framework Foundation
OpenPOWER on IntegriCloud