普通文本  |  10行  |  161 B

LEVEL = ../../../make

CXX_SOURCES := main.cpp

ifneq (,$(findstring icc,$(CC)))
    CXXFLAGS += -debug inline-debug-info
endif

include $(LEVEL)/Makefile.rules