summaryrefslogtreecommitdiff
path: root/games/veloren-weekly/files/patch-nodebug
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2024-02-07 20:13:27 +0100
committerJan Beich <jbeich@FreeBSD.org>2024-02-08 01:13:03 +0100
commitd82e7a41eb7f9c3d0c352f50b18cef77d2c12aed (patch)
tree513ed0f6aa274646a5b92fffdcf699ef7ea6259b /games/veloren-weekly/files/patch-nodebug
parentemulators/yuzu: update to s20240207 (diff)
games/veloren-weekly: update to s20240207
Changes: https://gitlab.com/veloren/veloren/-/compare/cbcf1965b...ac921c563 See also: https://veloren.net/blog/devblog-226/
Diffstat (limited to 'games/veloren-weekly/files/patch-nodebug')
-rw-r--r--games/veloren-weekly/files/patch-nodebug6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/veloren-weekly/files/patch-nodebug b/games/veloren-weekly/files/patch-nodebug
index 9fc648e5a459..3215301f5dfc 100644
--- a/games/veloren-weekly/files/patch-nodebug
+++ b/games/veloren-weekly/files/patch-nodebug
@@ -1,11 +1,11 @@
Don't generate debuginfo as the binaries will be stripped
---- Cargo.toml.orig 2023-04-25 17:26:27 UTC
+--- Cargo.toml.orig 2024-02-07 19:13:27 UTC
+++ Cargo.toml
-@@ -79,25 +79,6 @@ panic = "abort" # don't need unwinding so we can skip
+@@ -81,25 +81,6 @@ panic = "abort" # don't need unwinding so we
lto = true
debug = false
- panic = "abort" # don't need unwinding so we can skip including the landing pads for that
+ panic = "abort" # don't need unwinding so we can skip including the landing pads for that
-# line tables so we can have useful backtraces for in-house crates
-[profile.release.package."veloren-network"]
-debug = 1