$OpenBSD: patch-configure,v 1.11 2019/01/22 01:00:35 ajacoutot Exp $

Don't enforce compiler optimizations.

Index: configure
--- configure.orig
+++ configure
@@ -18908,7 +18908,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
