$OpenBSD: patch-configure,v 1.2 2019/01/18 09:00:15 fcambus Exp $

Remove hardcoded optimizations.

Index: configure
--- configure.orig
+++ configure
@@ -304,7 +304,7 @@ echo "ERROR: ${CXX} cannot create executables" >&2 ;
 do_remove
 exit 1
  fi
-CXXFLAGS="${CXXFLAGS} -Wall -O2"
+CXXFLAGS="${CXXFLAGS} -Wall"
 CPPFLAGS="${CPPFLAGS} "
 SRCS="${SRCS} tudu.cc data.cc editor.cc interface.cc window.cc text.cc parser.cc config.cc date.cc screen.cc sched.cc cmd.cc"
 check_include() {
