summaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/Config.in b/Config.in
index 820b1f0945..bbe2bc3cf2 100644
--- a/Config.in
+++ b/Config.in
@@ -728,6 +728,17 @@ config BR2_COMPILER_PARANOID_UNSAFE_PATH
endmenu
+config BR2_REPRODUCIBLE
+ bool "Make the build reproducible (experimental)"
+ help
+ This option will remove all sources of non-reproducibility
+ from the build process. For a given Buildroot configuration,
+ this allows to generate exactly identical binaries from one
+ build to the other, including on different machines.
+
+ This is labeled as an experimental feature, as not all
+ packages behave properly to ensure reproducibility.
+
endmenu
source "toolchain/Config.in"