mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 03:36:41 +01:00
add RUSTFLAGS in Justfile
This commit is contained in:
parent
f87a5c14f9
commit
28aacd7cbc
1 changed files with 2 additions and 0 deletions
2
Justfile
2
Justfile
|
|
@ -1,3 +1,5 @@
|
|||
export RUSTFLAGS := "--cfg procmacro2_semver_exempt -Zmacro-backtrace"
|
||||
|
||||
debug := "reset && cargo run --"
|
||||
release := "reset && cargo run --release --"
|
||||
name := "-n tek"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue