xref: /llvm-project/lldb/test/API/lang/c/full_lto_stepping/Makefile (revision 6f2423c6fe97bec77da66d87a7a997917f6b489e)
1C_SOURCES := main.c foo.c
2CFLAGS_EXTRAS = -flto=full -Wl,-object_path_lto -Wl,$(BUILDDIR)/lto.o
3
4include Makefile.rules