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