summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-05-20 18:08:28 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-05-20 18:08:28 (EDT)
commit28f88257b91921e61b411e0feb23395578858210 (patch)
tree53b6cde05b04aa6af76c9681b618265ad9cbf79a
parent98a2101d08b20dcdf8571e39acc75b94cefb9997 (diff)
build: Document local.mk a bit
-rwxr-xr-xbuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/build b/build
index 4c740b2..5486dc0 100755
--- a/build
+++ b/build
@@ -95,6 +95,9 @@ native_target = bootstrap-lean
cross_target = all-gcc
jobs = 4
include ../local.mk
+# For example, to disable bootstrapping, set these in local.mk:
+# extra_opts = --disable-bootstrap
+# native_target = all
nop:
@: