brintos

brintos / llvm-project-archived public Read only

0
0
Text · 117 B · 4698eaa Raw
7 lines · plain
1CXX_SOURCES := main.cpp2 3# Build with C++ exceptions enabled4CXXFLAGS := -g -O0 -fexceptions5 6include Makefile.rules7