Skip to content

Commit

Permalink
use shallow clone to speed things up
Browse files Browse the repository at this point in the history
  • Loading branch information
MingweiSamuel committed Jul 16, 2024
1 parent 8ba146e commit ec37ac4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions template/hydroflow/.cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[build]
rustflags = [
"-Zgit=shallow-index,shallow-deps"
]
5 changes: 5 additions & 0 deletions template/hydroflow_plus/.cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
[build]
rustflags = [
"-Zgit=shallow-index,shallow-deps"
]

[target.x86_64-unknown-linux-musl]
linker = "rust-lld"

0 comments on commit ec37ac4

Please sign in to comment.