Skip to content

Commit

Permalink
try to enable optimizations but correctly for real this time
Browse files Browse the repository at this point in the history
  • Loading branch information
PsychicNoodles committed Nov 2, 2022
1 parent ea58930 commit 5dd197f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
- name: Install rust target
run: rustup target add $TARGET
- name: Run build
run: cargo build --release --verbose --config opt-level=3 --config lto="thin" --target $TARGET
run: cargo build --release --verbose --config opt-level=3 --config lto="'thin'" --target $TARGET
- name: List target
run: find ./target
- name: Compress
Expand Down

0 comments on commit 5dd197f

Please sign in to comment.