Skip to content

Commit

Permalink
feat: add dev command & local runtime
Browse files Browse the repository at this point in the history
Signed-off-by: Anthony Griffon <anthony@griffon.one>
  • Loading branch information
Miaxos committed Dec 6, 2023
1 parent fc5d99d commit 609c854
Show file tree
Hide file tree
Showing 38 changed files with 4,433 additions and 141 deletions.
2 changes: 1 addition & 1 deletion .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
rustflags = []

[target.aarch64-apple-darwin]
rustflags = [ ]
rustflags = ["-C", "link-arg=-fuse-ld=lld"]

[target.x86_64-pc-windows-msvc]
rustflags = ["-C", "target-feature=+crt-static"]
Expand Down
Loading

0 comments on commit 609c854

Please sign in to comment.