From 41312d0628fee6fef742acc3b9f2298d92b6f90d113ad0b1383aa5c2e52a6a6d Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Mon, 21 Nov 2022 14:09:22 +0000 Subject: [PATCH] - Strip debug symbols through cargo_config. OBS-URL: https://build.opensuse.org/package/show/science/juliaup?expand=0&rev=51 --- cargo_config | 5 ++++- juliaup.changes | 2 ++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/cargo_config b/cargo_config index 6fb4ff4..58c9777 100644 --- a/cargo_config +++ b/cargo_config @@ -2,4 +2,7 @@ replace-with = "vendored-sources" [source.vendored-sources] -directory = "vendor" \ No newline at end of file +directory = "vendor" + +[profile] +release = { strip = "symbols", lto = "thin", opt-level = "z" } diff --git a/juliaup.changes b/juliaup.changes index e11d82a..19ddcf2 100644 --- a/juliaup.changes +++ b/juliaup.changes @@ -10,6 +10,8 @@ Mon Nov 21 14:00:13 UTC 2022 - Soc Virnyl Estela * 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