blob: 66108b79e7fe0bb685f3c3a05c35c813fc829d9d [file] [log] [blame]
CXX_SOURCES := main.cpp
CXXFLAGS_EXTRAS := -std=c++14
ifneq (,$(findstring icc,$(CC)))
CXXFLAGS_EXTRAS := -debug inline-debug-info
endif
include Makefile.rules