1 2 3 4 5 6
CXX_SOURCES := main.cpp # Build with C++ exceptions enabled CXXFLAGS := -g -O0 -fexceptions include Makefile.rules