Revert previous accidental commit
authortb <tb@openbsd.org>
Fri, 7 Jan 2022 17:17:02 +0000 (17:17 +0000)
committertb <tb@openbsd.org>
Fri, 7 Jan 2022 17:17:02 +0000 (17:17 +0000)
regress/lib/libcrypto/x509/rfc3779/Makefile

index b0b23c5..b876f62 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile,v 1.4 2022/01/06 14:55:52 tb Exp $
+#      $OpenBSD: Makefile,v 1.5 2022/01/07 17:17:02 tb Exp $
 
 .include "../../Makefile.inc"
 
@@ -6,6 +6,6 @@ PROG=   rfc3779
 LDADD= ${CRYPTO_INT}
 DPADD= ${LIBCRYPTO}
 WARNINGS=      Yes
-CFLAGS+=       -DLIBRESSL_CRYPTO_INTERNAL -DLIBRESSL_INTERNAL -Werror -g -O0
+CFLAGS+=       -DLIBRESSL_CRYPTO_INTERNAL -DLIBRESSL_INTERNAL -Werror
 
 .include <bsd.regress.mk>