File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- This crate is similar to the [ ` origin-start ` example] , except that it enables
1
+ This crate is similar to the [ origin-start example] , except that it enables
2
2
lto when built with --release.
3
3
4
4
[ origin-start example ] : https://github.com/sunfishcode/origin/blob/main/example-crates/origin-start/README.md
Original file line number Diff line number Diff line change 1
- This crate is similar to the [ ` origin-start ` example] , except that it doesn't
1
+ This crate is similar to the [ origin-start example] , except that it doesn't
2
2
enable the "alloc" feature, so it doesn't get a global allocator.
3
3
4
4
[ origin-start example ] : https://github.com/sunfishcode/origin/blob/main/example-crates/origin-start/README.md
Original file line number Diff line number Diff line change 1
- This crate is similar to the [ ` origin-start ` example] , except that doesn't
1
+ This crate is similar to the [ origin-start example] , except that doesn't
2
2
print any output, and enables optimizations for small code size. To produce a
3
3
small binary, compile with ` --release ` .
4
4
You can’t perform that action at this time.
0 commit comments