$OpenBSD: patch-configure,v 1.12 2019/11/17 20:05:49 ajacoutot Exp $

Don't enforce compiler optimizations.

Index: configure
--- configure.orig
+++ configure
@@ -18731,7 +18731,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$
 
   else
 
-  for stp_ac_arg in -O3 -O2 -O1 -O ; do
+  for stp_ac_arg in '' ; do
     stp_ac_save_CFLAGS="${CFLAGS}"
 
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if ${CC} supports ${stp_ac_arg}" >&5
