15 lines
457 B
Plaintext
15 lines
457 B
Plaintext
$OpenBSD: patch-configure,v 1.24 2012/08/08 10:44:44 sthen Exp $
|
|
--- configure.orig Tue Jul 17 14:11:14 2012
|
|
+++ configure Wed Jul 18 11:40:41 2012
|
|
@@ -2854,10 +2854,6 @@ fi
|
|
# End of CC checks
|
|
# After here, no more $cc or $ld runs
|
|
|
|
-if test "$debug" = "no" ; then
|
|
- CFLAGS="-O2 $CFLAGS"
|
|
-fi
|
|
-
|
|
# Consult white-list to determine whether to enable werror
|
|
# by default. Only enable by default for git builds
|
|
z_version=`cut -f3 -d. $source_path/VERSION`
|