summaryrefslogtreecommitdiff
path: root/lldb/test/API/functionalities/tail_call_frames/cross_dso/Two.mk
blob: 45dac0912187cc46eefbd02b06311b4e483bc540 (plain)
1
2
3
4
5
6
DYLIB_NAME := Two
DYLIB_C_SOURCES := Two.c
DYLIB_ONLY := YES
CFLAGS_EXTRAS := -O2

include Makefile.rules