Skip to content

Commit

Permalink
update build command
Browse files Browse the repository at this point in the history
  • Loading branch information
joaovarelas committed Dec 16, 2023
1 parent 7d6c3ae commit 92ba913
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,12 @@ NOTE: You are going to need at least **30GB** of disk space and patience to comp
Then inside the container:

4. `cd /projects/myproject/`
5. `RUSTCFLAGS="-Cllvm-args=-enable-allobf" cargo +ollvm-rust-1.70.0 build --release`
5. `cargo rustc --release -- -Cllvm-args=-enable-allobf -Cdebuginfo=0 -Cstrip=symbols -Cpanic=abort -Copt-level=3`

The executables will be placed at `target/`.




OLLVM 16.0 patch for Rust LLVM based on Hikari

- https://github.com/rust-lang/llvm-project/tree/rustc/16.0-2023-03-06
Expand Down

0 comments on commit 92ba913

Please sign in to comment.