nostrip.patch 782 B

123456789101112131415161718192021222324252627
  1. Index: cups-1.4.4/config-scripts/cups-compiler.m4
  2. ===================================================================
  3. --- cups-1.4.4.orig/config-scripts/cups-compiler.m4
  4. +++ cups-1.4.4/config-scripts/cups-compiler.m4
  5. @@ -30,7 +30,7 @@ dnl For debugging, keep symbols, otherwi
  6. if test x$enable_debug = xyes; then
  7. OPTIM="-g"
  8. else
  9. - INSTALL_STRIP="-s"
  10. + INSTALL_STRIP=""
  11. fi
  12. dnl Debug printfs can slow things down, so provide a separate option for that
  13. Index: cups-1.4.4/configure
  14. ===================================================================
  15. --- cups-1.4.4.orig/configure
  16. +++ cups-1.4.4/configure
  17. @@ -10978,7 +10978,7 @@ fi
  18. if test x$enable_debug = xyes; then
  19. OPTIM="-g"
  20. else
  21. - INSTALL_STRIP="-s"
  22. + INSTALL_STRIP=""
  23. fi
  24. if test x$enable_debug_printfs = xyes; then