summaryrefslogtreecommitdiff
path: root/lang/gcc14-devel/pkg-help
diff options
context:
space:
mode:
Diffstat (limited to 'lang/gcc14-devel/pkg-help')
-rw-r--r--lang/gcc14-devel/pkg-help5
1 files changed, 4 insertions, 1 deletions
diff --git a/lang/gcc14-devel/pkg-help b/lang/gcc14-devel/pkg-help
index 9030bbb28d3f..632e1c65f816 100644
--- a/lang/gcc14-devel/pkg-help
+++ b/lang/gcc14-devel/pkg-help
@@ -1,3 +1,6 @@
Building this port with LTO_BOOTSTRAP enabled requires significant amounts of
memory and time. Consider disabling LTO_BOOTSTRAP in favor of STANDARD_BOOTSTRAP
-(or disabling BOOTSTRAP altogether) in case that is a problem.
+in case that is a problem.
+
+Note that disabling bootstrap altogether is possible, but not recommended: some
+features (e.g. jit) requires you to choose a bootstrap option to be enabled.