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