1LEVEL = ../../../make 2 3CXX_SOURCES := main.cpp 4 5# Workaround for llvm.org/pr16214: clang doesn't emit structure definition DWARF 6# information without the flag below. 7ifneq (,$(findstring clang,$(CC))) 8 CFLAGS_EXTRAS := -fno-limit-debug-info 9endif 10 11include $(LEVEL)/Makefile.rules 12