mirror of
https://github.com/bellard/quickjs.git
synced 2025-11-15 18:22:15 +03:00
keep LTO
This commit is contained in:
2
Makefile
2
Makefile
@@ -28,7 +28,7 @@ endif
|
|||||||
# Windows cross compilation from Linux
|
# Windows cross compilation from Linux
|
||||||
#CONFIG_WIN32=y
|
#CONFIG_WIN32=y
|
||||||
# use link time optimization (smaller and faster executables but slower build)
|
# use link time optimization (smaller and faster executables but slower build)
|
||||||
#CONFIG_LTO=y
|
CONFIG_LTO=y
|
||||||
# consider warnings as errors (for development)
|
# consider warnings as errors (for development)
|
||||||
#CONFIG_WERROR=y
|
#CONFIG_WERROR=y
|
||||||
# force 32 bit build for some utilities
|
# force 32 bit build for some utilities
|
||||||
|
|||||||
Reference in New Issue
Block a user