blob: 24d7c220d075bce52357acc96f863158dbdfcb6f [file] [log] [blame]
LEVEL = ../../../../../make
CXX_SOURCES := main.cpp
# Work around "exception specification in declaration does not match previous
# declaration" errors present in older libc++ releases. This error was fixed in
# the 3.8 release.
CFLAGS_EXTRAS += -fno-exceptions
USE_LIBCPP := 1
include $(LEVEL)/Makefile.rules
CXXFLAGS += -O0