diff options
author | 2019-03-14 08:44:46 +0000 | |
---|---|---|
committer | 2019-03-14 08:44:46 +0000 | |
commit | 7643ef1f9887d431a3ac71b423097dfcdf577d6c (patch) | |
tree | b95b625a5ff1ec8ce0913936c05beab4c132f0d3 /lib | |
parent | Missing space in capture-pane usage, from Ben Boeckel. (diff) | |
download | wireguard-openbsd-7643ef1f9887d431a3ac71b423097dfcdf577d6c.tar.xz wireguard-openbsd-7643ef1f9887d431a3ac71b423097dfcdf577d6c.zip |
libcxx
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libcxxabi/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libcxxabi/Makefile b/lib/libcxxabi/Makefile index ad7d6959f3b..9d57c27d15e 100644 --- a/lib/libcxxabi/Makefile +++ b/lib/libcxxabi/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.11 2018/09/11 18:36:58 robert Exp $ +# $OpenBSD: Makefile,v 1.12 2019/03/14 08:44:46 robert Exp $ .include <bsd.own.mk> @@ -50,6 +50,7 @@ SRCS+= abort_message.cpp \ CPPFLAGS+= -Wall -I${SHDRDIR} -I${HDRDIR} -I${UHDRDIR} CPPFLAGS+= -D_LIBUNWIND_IS_NATIVE_ONLY CPPFLAGS+= -D_LIBCXXABI_BUILDING_LIBRARY +CPPFLAGS+= -DNDEBUG CFLAGS+= -nostdlib -funwind-tables CXXFLAGS+= -nostdlib -nostdinc++ -funwind-tables .if empty(CXXFLAGS:M-std=*) |