From e269918e176413e37fffd665e8cd56679b329d7a Mon Sep 17 00:00:00 2001 From: mohanson Date: Thu, 26 Dec 2024 16:00:16 +0800 Subject: [PATCH] Update config version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d2280be..ccdc7fa 100644 --- a/Makefile +++ b/Makefile @@ -54,7 +54,7 @@ CFLAGS_BASE_QUICKJS = $(CFLAGS_BASE) \ -DCKB_PRINTF_DECLARATION_ONLY \ -DCKB_DECLARATION_ONLY \ -DCONFIG_BIGNUM -DEMSCRIPTEN \ - -DCONFIG_VERSION=\"2021-03-27-CKB\" + -DCONFIG_VERSION=\"2024-01-13-CKB\" LDFLAGS := -static --gc-sections LDFLAGS += -Ldeps/compiler-rt-builtins-riscv/build -lcompiler-rt