From: jsing Date: Thu, 8 Feb 2018 10:05:43 +0000 (+0000) Subject: Tweak compiler flags to include -DLIBRESSL_INTERNAL and make more warnings X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=1c37e05e7a318851d6ec256e31e95ddc927fc12f;p=openbsd Tweak compiler flags to include -DLIBRESSL_INTERNAL and make more warnings fatal. --- diff --git a/regress/lib/libtls/config/Makefile b/regress/lib/libtls/config/Makefile index 846d1ab0e5b..02c36c5d93d 100644 --- a/regress/lib/libtls/config/Makefile +++ b/regress/lib/libtls/config/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.1 2017/12/09 16:43:09 jsing Exp $ +# $OpenBSD: Makefile,v 1.2 2018/02/08 10:05:43 jsing Exp $ PROG= configtest LDADD= -lcrypto -lssl -ltls DPADD= ${LIBCRYPTO} ${LIBSSL} ${LIBTLS} WARNINGS= Yes -CFLAGS+= -Werror +CFLAGS+= -DLIBRESSL_INTERNAL -Wall -Wundef -Werror .include