• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1LEVEL = ../../../make
2
3C_SOURCES := inlines.c
4
5ifneq (,$(findstring icc,$(CC)))
6    CFLAGS += -debug inline-debug-info
7endif
8
9include $(LEVEL)/Makefile.rules
10