Browse Source

Update README.md

pull/17/head
Meziu 3 years ago committed by GitHub
parent
commit
f72b023f15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      README.md

4
README.md

@ -10,6 +10,6 @@ The commands are the same as cargo ("run" also uses 3dslink, so you can directly
`cargo +nightly 3ds build` \ `cargo +nightly 3ds build` \
`cargo +nightly 3ds run --release` `cargo +nightly 3ds run --release`
You can pass or not `--release` to build with debug symbols or not, and this works for both `build` and `link`. You can pass or not `--release` to build with debug symbols or not, and this works for both `build` and `run`.
Any other parameters you pass after the command (being it `build` or `link`) will be passed during the compiling stage to `cargo`. Any other parameters you pass after the command will be passed during the compiling stage to `cargo`.

Loading…
Cancel
Save