Description: Disable LTO
 LTO caused strange warnings and an archive (.a) that didn't contain a .text
 section. This issue needs to be resolved by someone who knows how to work with
 LTO.
Author: Sebastian Humenda <shumenda@gmx.de>
Last-Update: 2023-02-07

Index: quickjs/Makefile
===================================================================
--- quickjs.orig/Makefile
+++ quickjs/Makefile
@@ -28,7 +28,7 @@ endif
 # Windows cross compilation from Linux
 #CONFIG_WIN32=y
 # use link time optimization (smaller and faster executables but slower build)
-CONFIG_LTO=y
+#CONFIG_LTO=y
 # consider warnings as errors (for development)
 #CONFIG_WERROR=y
 # force 32 bit build for some utilities
