Home | History | Annotate | Download | only in breakpoint_ids
      1 LEVEL = ../../../make
      2 
      3 CXX_SOURCES := main.cpp
      4 
      5 ifneq (,$(findstring icc,$(CC)))
      6     CXXFLAGS += -debug inline-debug-info
      7 endif
      8 
      9 include $(LEVEL)/Makefile.rules
     10