forked from pool/juliaup
- Strip debug symbols through cargo_config.
OBS-URL: https://build.opensuse.org/package/show/science/juliaup?expand=0&rev=51
This commit is contained in:
parent
e3bc848827
commit
41312d0628
@ -2,4 +2,7 @@
|
||||
replace-with = "vendored-sources"
|
||||
|
||||
[source.vendored-sources]
|
||||
directory = "vendor"
|
||||
directory = "vendor"
|
||||
|
||||
[profile]
|
||||
release = { strip = "symbols", lto = "thin", opt-level = "z" }
|
||||
|
@ -10,6 +10,8 @@ Mon Nov 21 14:00:13 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
|
||||
* Fix tiny typo in README (#423)
|
||||
* (cargo-release) start next development iteration 1.7.26-alpha.0
|
||||
|
||||
- Strip debug symbols through cargo_config.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 15 08:57:29 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user