diff options
Diffstat (limited to 'meta-oe/dynamic-layers/multimedia-layer/recipes-graphics/taisei/taisei/0001-Remove-strip-option-from-executable-build.patch')
-rw-r--r-- | meta-oe/dynamic-layers/multimedia-layer/recipes-graphics/taisei/taisei/0001-Remove-strip-option-from-executable-build.patch | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/meta-oe/dynamic-layers/multimedia-layer/recipes-graphics/taisei/taisei/0001-Remove-strip-option-from-executable-build.patch b/meta-oe/dynamic-layers/multimedia-layer/recipes-graphics/taisei/taisei/0001-Remove-strip-option-from-executable-build.patch new file mode 100644 index 0000000000..aa36c2c3f8 --- /dev/null +++ b/meta-oe/dynamic-layers/multimedia-layer/recipes-graphics/taisei/taisei/0001-Remove-strip-option-from-executable-build.patch | |||
@@ -0,0 +1,29 @@ | |||
1 | From 6c86f8aea2a29c33af3f212afa9f0ea180822d1e Mon Sep 17 00:00:00 2001 | ||
2 | From: Thomas Perrot <thomas.perrot@bootlin.com> | ||
3 | Date: Wed, 6 Nov 2024 21:02:54 +0100 | ||
4 | Subject: [PATCH] Remove strip option from executable build | ||
5 | |||
6 | To improve debugging experience, OE tasks will strip binaries. | ||
7 | |||
8 | Upstream-Status: Inappropriate [oe-specific] | ||
9 | |||
10 | Signed-off-by: Thomas Perrot <thomas.perrot@bootlin.com> | ||
11 | --- | ||
12 | meson.build | 1 - | ||
13 | 1 file changed, 1 deletion(-) | ||
14 | |||
15 | diff --git a/meson.build b/meson.build | ||
16 | index 88d4d53263ae..8a1f540836e0 100644 | ||
17 | --- a/meson.build | ||
18 | +++ b/meson.build | ||
19 | @@ -73,7 +73,6 @@ project('taisei', 'c', | ||
20 | |||
21 | # You may want to change these for a debug build dir | ||
22 | 'buildtype=release', | ||
23 | - 'strip=true', | ||
24 | 'b_lto=true', | ||
25 | 'b_ndebug=if-release', | ||
26 | ] | ||
27 | -- | ||
28 | 2.47.0 | ||
29 | |||