diff options
Diffstat (limited to 'build')
-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: @: |