summaryrefslogtreecommitdiffstats
path: root/regress/misc/exceptions/simple2/Makefile
blob: 40a8ee2b8e06446e9e7e022adad401da6e802724 (plain) (blame)
1
2
3
4
5
6
7
8
#	$OpenBSD: Makefile,v 1.1 2019/02/02 11:27:03 otto Exp $

PROG=	simple2
SRCS=	simple2.cc
# This flag has been known to trigger bugs in clang, please keep it
CXXFLAGS=-O0

.include <bsd.regress.mk>