You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-full-overlay/app-text/htmltidy/files/htmltidy-0.99.0-strip-O2-fl...

13 lines
370 B

diff -urN tidy.old/configure.in tidy-26/configure.in
--- tidy.old/configure.in 2006-02-13 17:17:49.000000000 +0100
+++ tidy-26/configure.in 2006-02-13 17:17:20.000000000 +0100
@@ -72,7 +72,7 @@
if test $debug_build = yes; then
CFLAGS="$save_cflags -g"
else
- CFLAGS="-O2 $save_cflags"
+ CFLAGS="$save_cflags"
fi
#
# =============================================