Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 829920 | Differences between
and this patch

Collapse All | Expand All

(-)a/config-scripts/cups-compiler.m4 (-2 lines)
Lines 30-37 Link Here
30
dnl For debugging, keep symbols, otherwise strip them...
30
dnl For debugging, keep symbols, otherwise strip them...
31
AS_IF([test x$enable_debug = xyes -a "x$OPTIM" = x], [
31
AS_IF([test x$enable_debug = xyes -a "x$OPTIM" = x], [
32
    OPTIM="-g"
32
    OPTIM="-g"
33
], [
34
    INSTALL_STRIP="-s"
35
])
33
])
36
34
37
dnl Debug printfs can slow things down, so provide a separate option for that
35
dnl Debug printfs can slow things down, so provide a separate option for that

Return to bug 829920