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