mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
python3-lief: Disable ccache
* ccache with OE does not work always * Use RelWithDebInfo instead of Debug build type in cmake Some modules are built in /tmp and if /tmp is small < 2GB the build may run out of space especially with huge debug info files Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
+9
-7
@@ -12,17 +12,19 @@ Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
|
|||||||
api/python/config-default.toml | 2 +-
|
api/python/config-default.toml | 2 +-
|
||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
diff --git a/api/python/config-default.toml b/api/python/config-default.toml
|
|
||||||
index 519bc046..49477864 100644
|
|
||||||
--- a/api/python/config-default.toml
|
--- a/api/python/config-default.toml
|
||||||
+++ b/api/python/config-default.toml
|
+++ b/api/python/config-default.toml
|
||||||
@@ -1,5 +1,5 @@
|
@@ -1,8 +1,11 @@
|
||||||
[lief.build]
|
[lief.build]
|
||||||
-type = "Release"
|
-type = "Release"
|
||||||
+type = "Debug"
|
-cache = true
|
||||||
cache = true
|
+type = "RelWithDebInfo"
|
||||||
|
+cache = false
|
||||||
ninja = true
|
ninja = true
|
||||||
parallel-jobs = 0
|
parallel-jobs = 0
|
||||||
--
|
+extra-cmake-opt = [
|
||||||
2.39.5
|
+ "-DCMAKE_MODULE_PATH=/cmake/linux/",
|
||||||
|
+]
|
||||||
|
|
||||||
|
[lief.formats]
|
||||||
|
elf = true
|
||||||
|
|||||||
Reference in New Issue
Block a user