blob: f89b52a972e9f764eb804c0e7ec30050e2cab722 [file] [log] [blame]
LEVEL = ../../../make
CXX_SOURCES := main.cpp
ifneq (,$(findstring icc,$(CC)))
CXXFLAGS += -debug inline-debug-info
endif
include $(LEVEL)/Makefile.rules