| Message ID | 20260328153413.279179-1-thomas.perrot@bootlin.com |
|---|---|
| State | New |
| Headers | show |
| Series | lto: disable sqlite3 to fix buildpaths QA failure | expand |
diff --git a/meta/conf/distro/include/lto.inc b/meta/conf/distro/include/lto.inc index 8752249685a4..b4f823681af0 100644 --- a/meta/conf/distro/include/lto.inc +++ b/meta/conf/distro/include/lto.inc @@ -21,6 +21,8 @@ LTO:pn-libbsd = "" LTO:pn-perf = "" # webkit is not linking properly with LTO, disable until next time LTO:pn-webkitgtk = "" +# LTO link-time recompilation leaves TMPDIR in DW_AT_comp_dir of debug symbols +LTO:pn-sqlite3 = "" LTO:pn-xserver-xorg = "" LTO:pn-grub = "" LTO:pn-grub-efi = ""