quickjs-tart

quickjs-based runtime for wallet-core logic
Log | Files | Refs | README | LICENSE

commit 204682fb87ab9312f0cf81f959ecd181180457bc
parent b1f67dfc1a7372dd665246cf1c203528e5057e42
Author: bellard <6490144+bellard@users.noreply.github.com>
Date:   Sun,  8 Nov 2020 14:44:20 +0100

2020-11-08 release take 2
Diffstat:
MMakefile | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile @@ -28,9 +28,9 @@ 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 +#CONFIG_WERROR=y # force 32 bit build for some utilities #CONFIG_M32=y