Tweak compiler flags to include -DLIBRESSL_INTERNAL and make more warnings
authorjsing <jsing@openbsd.org>
Thu, 8 Feb 2018 10:05:43 +0000 (10:05 +0000)
committerjsing <jsing@openbsd.org>
Thu, 8 Feb 2018 10:05:43 +0000 (10:05 +0000)
fatal.

regress/lib/libtls/config/Makefile

index 846d1ab..02c36c5 100644 (file)
@@ -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 <bsd.regress.mk>