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

Collapse All | Expand All

(-)a/tools/features/debug-feature.jam (-1 / +1 lines)
Lines 18-24 common usage is to build release variant with debugging information. Link Here
18
|# # end::doc[]
18
|# # end::doc[]
19
19
20
feature.feature debug-symbols
20
feature.feature debug-symbols
21
    : on off
21
    : on off none
22
    : propagated ;
22
    : propagated ;
23
23
24
#| tag::prof-doc[]
24
#| tag::prof-doc[]
(-)a/tools/features/optimization-feature.jam (-1 / +1 lines)
Lines 16-22 smaller binary. Link Here
16
|# # end::doc[]
16
|# # end::doc[]
17
17
18
feature.feature optimization
18
feature.feature optimization
19
    : off speed space minimal debug
19
    : off none speed space minimal debug
20
    : propagated ;
20
    : propagated ;
21
21
22
#| tag::inline-doc[]
22
#| tag::inline-doc[]

Return to bug 865527