patch-ZenLib_Project_GNU_Library_configure 575 B

1234567891011121314
  1. $OpenBSD: patch-ZenLib_Project_GNU_Library_configure,v 1.7 2016/11/19 15:04:12 naddy Exp $
  2. --- ZenLib/Project/GNU/Library/configure.orig Sun Oct 30 21:25:54 2016
  3. +++ ZenLib/Project/GNU/Library/configure Sat Nov 19 15:54:35 2016
  4. @@ -15565,9 +15565,6 @@ if test "$GXX" = yes ; then
  5. if test "$enable_debug" = "yes"; then
  6. CFLAGS="$CFLAGS -O0 -g -Wall -Wundef"
  7. CXXFLAGS="$CXXFLAGS -O0 -g -Wall -W -Wundef -Wcast-qual -Wno-ctor-dtor-privacy"
  8. - else
  9. - CFLAGS="$CFLAGS -O2"
  10. - CXXFLAGS="$CXXFLAGS -O2"
  11. fi
  12. if test "$enable_gprof" = "yes"; then
  13. CFLAGS="$CFLAGS -pg -g"