artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd7c011
)
Drop -g -O0 from CFLAGS
author
tb
<tb@openbsd.org>
Fri, 24 Dec 2021 03:06:05 +0000
(
03:06
+0000)
committer
tb
<tb@openbsd.org>
Fri, 24 Dec 2021 03:06:05 +0000
(
03:06
+0000)
regress/lib/libcrypto/x509/rfc3779/Makefile
patch
|
blob
|
history
diff --git
a/regress/lib/libcrypto/x509/rfc3779/Makefile
b/regress/lib/libcrypto/x509/rfc3779/Makefile
index
3709471
..
b0fcc0d
100644
(file)
--- a/
regress/lib/libcrypto/x509/rfc3779/Makefile
+++ b/
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 <bsd.regress.mk>