commit 97a586f67eb73fd4c6fc3b686e9818414403143c
parent aabe38f4c0dcf03a3bd08d88d1cd30edc16e70db
Author: Fabrice Bellard <fabrice@bellard.org>
Date: Tue, 5 Dec 2023 16:52:36 +0100
keep LTO
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/quickjs/Makefile b/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