Skip to content

Commit d495809

Browse files
committed
Do not strip ELF files
Fixes a blocker with Rust #604 (comment)
1 parent df3f034 commit d495809

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

build-aux/re.sonny.Workbench.Devel.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"org.freedesktop.Sdk.Extension.rust-stable"
1111
],
1212
"build-options": {
13+
"strip": false,
1314
"no-debuginfo": true,
1415
"append-path": "/usr/lib/sdk/vala/bin:/usr/lib/sdk/rust-stable/bin",
1516
"append-ld-library-path": "/usr/lib/sdk/vala/lib"

build-aux/re.sonny.Workbench.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
"org.freedesktop.Sdk.Extension.rust-stable"
1010
],
1111
"build-options": {
12+
"strip": false,
13+
"no-debuginfo": true,
1214
"append-path": "/usr/lib/sdk/vala/bin:/usr/lib/sdk/rust-stable/bin",
1315
"append-ld-library-path": "/usr/lib/sdk/vala/lib"
1416
},

0 commit comments

Comments
 (0)