brintos

brintos / llvm-project-archived public Read only

0
0
Text · 157 B · 3b4be01 Raw
10 lines · plain
1CXX_SOURCES := main.cpp2CXXFLAGS_EXTRAS := -std=c++143 4ifeq ($(CC_TYPE), icc)5    CXXFLAGS_EXTRAS := -debug inline-debug-info6endif7 8 9include Makefile.rules10