Skip to content

Commit

Permalink
Rand Message: /misty-porter
Browse files Browse the repository at this point in the history
  • Loading branch information
waldirborbajr committed Nov 19, 2023
1 parent 570ae35 commit 4bd3a30
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ license = "MIT"

[dependencies]

[build]
rustflags = ["-z", "threads=8"]

[profile.release]
lto = true
codegen-units = 1
Expand Down
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
build:
cargo watch -q -c -w src/ -x "build -q"


run:
cargo watch -q -c -w src/ -x "run -q"

install:
cargo build --release
cargo install --path .

0 comments on commit 4bd3a30

Please sign in to comment.