...
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:
...
...
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:
...