1CXX_SOURCES := main.cpp
2
3USE_LIBCPP := 1
4
5CXXFLAGS_EXTRAS := -std=c++11 -O0
6include Makefile.rules
7