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/18 15:18] – [Script to update after verifying GPG signatures] sunkan | general:rust [2025/05/09 09:54] (current) – sunkan | ||
|---|---|---|---|
| Line 155: | Line 155: | ||
| # Remove previously installed rustlibs | # Remove previously installed rustlibs | ||
| - | find / | + | find / |
| tar xaf $RUST_FILE | tar xaf $RUST_FILE | ||
| Line 285: | Line 285: | ||
| </ | </ | ||
| + | ====== User cargo config ====== | ||
| + | ~/ | ||
| + | < | ||
| + | [target.' | ||
| + | rustflags = [" | ||
| + | |||
| + | [profile.profiling] | ||
| + | inherits = " | ||
| + | debug = true | ||
| + | </ | ||
| + | |||
| + | To build release with debug info: '' | ||
| + | |||
| + | ===== Remap source names in output ===== | ||
| + | ~/ | ||
| + | < | ||
| + | [build] | ||
| + | rustflags = [" | ||
| + | </ | ||
general/rust.1729264706.txt.gz · Last modified: 2024/10/18 15:18 by sunkan