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