blob: 3b4be01d551f4666b6b3a0ed73a0e982f03a88b3 [file] [log] [blame] [edit]
CXX_SOURCES := main.cpp
CXXFLAGS_EXTRAS := -std=c++14
ifeq ($(CC_TYPE), icc)
CXXFLAGS_EXTRAS := -debug inline-debug-info
endif
include Makefile.rules