diff options
author | tb <> | 2021-12-24 03:06:05 +0000 |
---|---|---|
committer | tb <> | 2021-12-24 03:06:05 +0000 |
commit | 31358ad251b776e00e7ffc5724024e08e2f49240 (patch) | |
tree | 9ad2f67cf2c7cb6707cd8340456806cffa0ebadf /src | |
parent | 89812fbfdbe62c35ba9f1757f20b4deb10d956fa (diff) | |
download | openbsd-31358ad251b776e00e7ffc5724024e08e2f49240.tar.gz openbsd-31358ad251b776e00e7ffc5724024e08e2f49240.tar.bz2 openbsd-31358ad251b776e00e7ffc5724024e08e2f49240.zip |
Drop -g -O0 from CFLAGS
Diffstat (limited to 'src')
-rw-r--r-- | src/regress/lib/libcrypto/x509/rfc3779/Makefile | 4 |
1 files 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 @@ | |||
1 | # $OpenBSD: Makefile,v 1.1 2021/12/24 03:00:37 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.2 2021/12/24 03:06:05 tb Exp $ |
2 | 2 | ||
3 | .include "../../Makefile.inc" | 3 | .include "../../Makefile.inc" |
4 | 4 | ||
@@ -6,6 +6,6 @@ PROG= rfc3779 | |||
6 | LDADD= ${CRYPTO_INT} | 6 | LDADD= ${CRYPTO_INT} |
7 | DPADD= ${LIBCRYPTO} | 7 | DPADD= ${LIBCRYPTO} |
8 | WARNINGS= Yes | 8 | WARNINGS= Yes |
9 | CFLAGS+= -DLIBRESSL_INTERNAL -Werror -g -O0 | 9 | CFLAGS+= -DLIBRESSL_INTERNAL -Werror |
10 | 10 | ||
11 | .include <bsd.regress.mk> | 11 | .include <bsd.regress.mk> |