mirror of
https://github.com/NexVeridian/wikidata-to-surrealdb.git
synced 2025-09-02 01:49:13 +00:00
11 lines
292 B
TOML
11 lines
292 B
TOML
[target.x86_64-unknown-linux-gnu]
|
|
linker = "clang"
|
|
rustflags = ["-C", "link-arg=-fuse-ld=/usr/bin/mold"]
|
|
|
|
[alias]
|
|
t = "nextest run"
|
|
# https://github.com/tikv/pprof-rs?tab=readme-ov-file#use-with-pprof
|
|
profile = "bench --bench bench -- --profile-time 10"
|
|
|
|
[build]
|
|
target-dir = "target/target"
|