Wojciech Olejnik
|
83777e0ccf
|
Update config_fast_builds for latest nightly (#1362)
`-Zrun-dsymutil` has been recently replaced with `-Csplit-debuginfo` (still nightly-only)
See: https://github.com/rust-lang/rust/pull/79570
|
2021-01-31 13:29:04 -08:00 |
|
Logan Magee
|
3ca0a2b0ac
|
Suggest -Zrun-dsymutil-no for macOS fast compiles (#552)
This keeps original object files around after compilation in the event that
debug information is needed.
|
2020-09-24 18:52:32 -07:00 |
|
Logan Magee
|
69aa9bf9fd
|
Recommend .cargo/config.toml over .cargo/config (#459)
As of Rust version 1.39.0, `config.toml` is the preferred filename for
`cargo`s configuration file. Incidentally added a newline at EOF.
https://doc.rust-lang.org/cargo/reference/config.html
|
2020-09-07 18:32:08 -07:00 |
|
Hugo Lindsay
|
5f1fef333c
|
Speed up fast compiles config (#433)
optionally make "fast build" config 40% faster on mac by removing some debug info
|
2020-09-04 14:09:20 -07:00 |
|
Hugo Lindsay
|
37afd00149
|
Update zld path to use alias (mac fast compile config) (#314)
update zld path
|
2020-08-24 11:15:41 -07:00 |
|
Hugo Lindsay
|
986dd67cc8
|
make "fast build" config 40% faster on mac (#312)
|
2020-08-23 19:05:24 -07:00 |
|
Nicholas Rishel
|
74db5e2a5b
|
-Clinker=lld was overwriting linker="lld-link.exe"; having both is unnecessary.
Using the bundled lld (rust-lld) for Windows.
|
2020-08-12 16:44:22 -07:00 |
|
Carter Anderson
|
6531ccddab
|
remove lld linker config from macos
|
2020-06-08 10:09:03 -07:00 |
|
Carter Anderson
|
efbe794f7d
|
fix error in fast build config
|
2020-06-08 10:08:36 -07:00 |
|
Carter Anderson
|
4568f5dae3
|
remove specialization. bevy now builds on stable rust!
|
2020-06-07 23:36:39 -07:00 |
|
Carter Anderson
|
5d40bddf6c
|
add windows lld config
|
2020-05-31 23:18:24 -07:00 |
|
Carter Anderson
|
3f5e46f679
|
Add fast build config example
|
2020-01-21 03:11:16 -08:00 |
|