You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-util/boost-build/files/boost-build-1.73.0-add-none...

23 lines
475 B

--- a/tools/features/debug-feature.jam
+++ b/tools/features/debug-feature.jam
@@ -18,7 +18,7 @@
|# # end::doc[]
feature.feature debug-symbols
- : on off
+ : on off none
: propagated ;
#| tag::prof-doc[]
--- a/tools/features/optimization-feature.jam
+++ b/tools/features/optimization-feature.jam
@@ -16,7 +16,7 @@
|# # end::doc[]
feature.feature optimization
- : off speed space
+ : off none speed space
: propagated ;
#| tag::inline-doc[]