]> git.pld-linux.org Git - packages/cups.git/blame_incremental - cups-nostrip.patch
- rel 1
[packages/cups.git] / cups-nostrip.patch
... / ...
CommitLineData
1diff -urNp -x '*.orig' cups-2.3.3.org/config-scripts/cups-compiler.m4 cups-2.3.3/config-scripts/cups-compiler.m4
2--- cups-2.3.3.org/config-scripts/cups-compiler.m4 2020-04-27 20:04:29.000000000 +0200
3+++ cups-2.3.3/config-scripts/cups-compiler.m4 2021-04-20 22:45:49.129825106 +0200
4@@ -30,8 +30,6 @@
5 dnl For debugging, keep symbols, otherwise strip them...
6 AS_IF([test x$enable_debug = xyes -a "x$OPTIM" = x], [
7 OPTIM="-g"
8-], [
9- INSTALL_STRIP="-s"
10 ])
11
12 dnl Debug printfs can slow things down, so provide a separate option for that
This page took 0.066789 seconds and 5 git commands to generate.