Skip to content

Commit

Permalink
Update compiling.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
donatik27 authored Dec 24, 2024
1 parent bfb0c6d commit fb6245e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/docs/writing-programs/compiling.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ This will compile the ELF that can be executed in the zkVM. The output from the
[sp1] Finished `release` profile [optimized] target(s) in 8.33s
```

Under the hood, this CLI command calls `cargo build` with the `riscv32im-succinct-zkvm-elf` target and other required environment variables and flags. The logic for this command is defined in the [sp1-build](https://github.com/succinctlabs/sp1/tree/main/build) crate.
Under the hood, this CLI command calls `cargo build` with the `riscv32im-succinct-zkvm-elf` target and other required environment variables and flags. The logic for this command is defined in the [sp1-build](https://github.com/succinctlabs/sp1/tree/dev/crates/build) crate.

### Advanced Build Options

Expand Down

0 comments on commit fb6245e

Please sign in to comment.