general:rust
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
general:rust [2024/10/21 09:54] – [Script to update after verifying GPG signatures] sunkan | general:rust [2024/10/30 15:09] (current) – [User cargo config] sunkan | ||
---|---|---|---|
Line 285: | Line 285: | ||
</ | </ | ||
+ | ====== User cargo config ====== | ||
+ | ~/ | ||
+ | < | ||
+ | [registries.crates-io] | ||
+ | protocol = " | ||
+ | |||
+ | [target.x86_64-unknown-linux-gnu] | ||
+ | # linker = " | ||
+ | # rustflags = [" | ||
+ | rustflags = [" | ||
+ | |||
+ | [profile.profiling] | ||
+ | inherits = " | ||
+ | debug = true | ||
+ | </ | ||
+ | |||
+ | To build release with debug info: '' |
general/rust.1729504472.txt.gz · Last modified: 2024/10/21 09:54 by sunkan