aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Config.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/Config.in b/Config.in
index b49181732..3361e7381 100644
--- a/Config.in
+++ b/Config.in
@@ -466,7 +466,10 @@ config PIE
466 default n 466 default n
467 depends on !STATIC 467 depends on !STATIC
468 help 468 help
469 (TODO: what is it and why/when is it useful?) 469 Hardened code option. PIE binaries are loaded at a different
470 address at each invocation. This has some overhead,
471 particularly on x86-32 which is short on registers.
472
470 Most people will leave this set to 'N'. 473 Most people will leave this set to 'N'.
471 474
472config NOMMU 475config NOMMU