27 lines
782 B
Diff
27 lines
782 B
Diff
Index: cups-1.4.4/config-scripts/cups-compiler.m4
|
|
===================================================================
|
|
--- cups-1.4.4.orig/config-scripts/cups-compiler.m4
|
|
+++ cups-1.4.4/config-scripts/cups-compiler.m4
|
|
@@ -30,7 +30,7 @@ dnl For debugging, keep symbols, otherwi
|
|
if test x$enable_debug = xyes; then
|
|
OPTIM="-g"
|
|
else
|
|
- INSTALL_STRIP="-s"
|
|
+ INSTALL_STRIP=""
|
|
fi
|
|
|
|
dnl Debug printfs can slow things down, so provide a separate option for that
|
|
Index: cups-1.4.4/configure
|
|
===================================================================
|
|
--- cups-1.4.4.orig/configure
|
|
+++ cups-1.4.4/configure
|
|
@@ -10978,7 +10978,7 @@ fi
|
|
if test x$enable_debug = xyes; then
|
|
OPTIM="-g"
|
|
else
|
|
- INSTALL_STRIP="-s"
|
|
+ INSTALL_STRIP=""
|
|
fi
|
|
|
|
if test x$enable_debug_printfs = xyes; then
|