mirror of https://github.com/tauri-apps/tauri
Create cli.remap-path-prefix.md
This commit is contained in:
parent
020efa4dfa
commit
586d702a40
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
"cli.rs": "patch"
|
||||
---
|
||||
|
||||
Configure the rust compiler to truncate absolute paths in panic messages and debug symbols when building in release mode. This prevents a possible leak of PII through absolute paths.
|
Loading…
Reference in New Issue