Skip to content

Commit

Permalink
Update docs to support aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
Javagedes committed Aug 16, 2023
1 parent 1249f80 commit 40b1e36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Docs/rust_build.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ be produced.
The following command line options are available:

1. `-p PROFILE [development|release]`. `DEFAULT` = `development (debug)`
2. `-e ARCH=[IA32|X64|LOCAL]`. `DEFAULT` = `X64`
2. `-e ARCH=[IA32|X64|AARCH64|LOCAL]`. `DEFAULT` = `X64`
3. `-e TARGET_TRIPLE=[triple]`.

- `ARCH=LOCAL` is used to build any locally executable tools associated with a Rust library package (e.g., a
Expand Down

0 comments on commit 40b1e36

Please sign in to comment.