Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
# build "verbosely", outputting all commands as they are run
./dev build short -- -s

You can (unless you’re on an M1!) cross-compile with the --cross option, as in:

...