freebsd-ports/www/tidy-devel/files/patch-build_gnuauto_configure.in
Edwin Groothuis 419284156c www/tidy-devel: upgrading to 030220
PR:		ports/48549
Submitted by:	Thierry Thomas <thierry@pompo.net>
2003-02-24 07:48:05 +00:00

11 lines
311 B
Text

--- build/gnuauto/configure.in.orig Sat Jan 18 15:23:43 2003
+++ build/gnuauto/configure.in Thu Feb 20 23:05:17 2003
@@ -58,7 +58,7 @@
if test $debug_build = yes; then
CFLAGS="$save_cflags -g"
else
- CFLAGS="$save_cflags -O2"
+ CFLAGS="$save_cflags"
fi
#
# =============================================