SHA256
1
0
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:
Soc Virnyl Estela 2022-11-21 14:09:22 +00:00 committed by Git OBS Bridge
parent e3bc848827
commit 41312d0628
2 changed files with 6 additions and 1 deletions

View File

@ -2,4 +2,7 @@
replace-with = "vendored-sources"
[source.vendored-sources]
directory = "vendor"
directory = "vendor"
[profile]
release = { strip = "symbols", lto = "thin", opt-level = "z" }

View File

@ -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>