patch-configure 436 B

123456789101112131415
  1. $OpenBSD: patch-configure,v 1.15 2017/01/12 21:13:58 naddy Exp $
  2. --- configure.orig Sun Jan 1 04:46:48 2017
  3. +++ configure Sun Jan 8 22:55:07 2017
  4. @@ -20547,8 +20547,8 @@ if test "x$debug" = xtrue; then
  5. CFLAGS="-g $CFLAGS"
  6. else
  7. CPPFLAGS="-DNDEBUG $CPPFLAGS"
  8. - CFLAGS=$(echo "$CFLAGS" | sed 's/-O2//')
  9. - CFLAGS="-O3 -funroll-loops $CFLAGS"
  10. + #CFLAGS=$(echo "$CFLAGS" | sed 's/-O2//')
  11. + #CFLAGS="-O3 -funroll-loops $CFLAGS"
  12. fi