913a52fb191c138e11599aab9d493d684ea68075
[openbsd] /
1 CXX_SOURCES := main.cpp
2
3 # Work around "exception specification in declaration does not match previous
4 # declaration" errors present in older libc++ releases. This error was fixed in
5 # the 3.8 release.
6 CFLAGS_EXTRAS := -fno-exceptions
7
8 USE_LIBCPP := 1
9 include Makefile.rules