From 31358ad251b776e00e7ffc5724024e08e2f49240 Mon Sep 17 00:00:00 2001 From: tb <> Date: Fri, 24 Dec 2021 03:06:05 +0000 Subject: Drop -g -O0 from CFLAGS --- src/regress/lib/libcrypto/x509/rfc3779/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/regress/lib/libcrypto/x509/rfc3779/Makefile b/src/regress/lib/libcrypto/x509/rfc3779/Makefile index 3709471c8f..b0fcc0deb2 100644 --- a/src/regress/lib/libcrypto/x509/rfc3779/Makefile +++ b/src/regress/lib/libcrypto/x509/rfc3779/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2021/12/24 03:00:37 tb Exp $ +# $OpenBSD: Makefile,v 1.2 2021/12/24 03:06:05 tb Exp $ .include "../../Makefile.inc" @@ -6,6 +6,6 @@ PROG= rfc3779 LDADD= ${CRYPTO_INT} DPADD= ${LIBCRYPTO} WARNINGS= Yes -CFLAGS+= -DLIBRESSL_INTERNAL -Werror -g -O0 +CFLAGS+= -DLIBRESSL_INTERNAL -Werror .include -- cgit v1.2.3-55-g6feb