diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-lief/0002-api-python-config-default.toml-Debug.patch')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-lief/0002-api-python-config-default.toml-Debug.patch | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/meta-python/recipes-devtools/python/python3-lief/0002-api-python-config-default.toml-Debug.patch b/meta-python/recipes-devtools/python/python3-lief/0002-api-python-config-default.toml-Debug.patch index bc38a63726..cb8d4e921d 100644 --- a/meta-python/recipes-devtools/python/python3-lief/0002-api-python-config-default.toml-Debug.patch +++ b/meta-python/recipes-devtools/python/python3-lief/0002-api-python-config-default.toml-Debug.patch | |||
@@ -12,17 +12,19 @@ Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> | |||
12 | api/python/config-default.toml | 2 +- | 12 | api/python/config-default.toml | 2 +- |
13 | 1 file changed, 1 insertion(+), 1 deletion(-) | 13 | 1 file changed, 1 insertion(+), 1 deletion(-) |
14 | 14 | ||
15 | diff --git a/api/python/config-default.toml b/api/python/config-default.toml | ||
16 | index 519bc046..49477864 100644 | ||
17 | --- a/api/python/config-default.toml | 15 | --- a/api/python/config-default.toml |
18 | +++ b/api/python/config-default.toml | 16 | +++ b/api/python/config-default.toml |
19 | @@ -1,5 +1,5 @@ | 17 | @@ -1,8 +1,11 @@ |
20 | [lief.build] | 18 | [lief.build] |
21 | -type = "Release" | 19 | -type = "Release" |
22 | +type = "Debug" | 20 | -cache = true |
23 | cache = true | 21 | +type = "RelWithDebInfo" |
22 | +cache = false | ||
24 | ninja = true | 23 | ninja = true |
25 | parallel-jobs = 0 | 24 | parallel-jobs = 0 |
26 | -- | 25 | +extra-cmake-opt = [ |
27 | 2.39.5 | 26 | + "-DCMAKE_MODULE_PATH=/cmake/linux/", |
28 | 27 | +] | |
28 | |||
29 | [lief.formats] | ||
30 | elf = true | ||