]> git.kaiwu.me - quickjs.git/commitdiff
keep LTO
authorFabrice Bellard <fabrice@bellard.org>
Tue, 5 Dec 2023 15:52:36 +0000 (16:52 +0100)
committerFabrice Bellard <fabrice@bellard.org>
Tue, 5 Dec 2023 15:52:36 +0000 (16:52 +0100)
Makefile

index 5bf3ae52f6b5a5c1df4f2201d60815e7f01af488..39bd3ad63cef5c333f46a898cfd0c5f845dc429d 100644 (file)
--- a/Makefile
+++ b/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