diff options
author | Patrick 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) |
commit | 28f88257b91921e61b411e0feb23395578858210 (patch) | |
tree | 53b6cde05b04aa6af76c9681b618265ad9cbf79a | |
parent | 98a2101d08b20dcdf8571e39acc75b94cefb9997 (diff) |
build: Document local.mk a bit
-rwxr-xr-x | build | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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: @: |