aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/API/lang/c/full_lto_stepping/Makefile
blob: 395410b18f93d535d8b2661ea0ce2b342c1d53de (plain)
1
2
3
4
C_SOURCES := main.c foo.c
CFLAGS_EXTRAS = -flto=full -Wl,-object_path_lto -Wl,$(BUILDDIR)/lto.o

include Makefile.rules