From c30b3bbb64e774ec790fb702a276119e302b3fce Mon Sep 17 00:00:00 2001 From: Cory McWilliams Date: Sun, 11 Dec 2022 14:36:14 +0000 Subject: [PATCH] Enable CONFIG_BIGNUM for quickjs. I like big numbers, and I cannot fabricate the truth. git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4075 ed5197a5-7fde-0310-b194-c3ffbd925b24 --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 744b7bc6..4c98cfef 100644 --- a/Makefile +++ b/Makefile @@ -233,6 +233,7 @@ QUICKJS_SOURCES := \ QUICKJS_OBJS := $(call get_objs,QUICKJS_SOURCES) $(QUICKJS_OBJS): CFLAGS += \ -DCONFIG_VERSION=\"$(shell cat deps/quickjs/VERSION)\" \ + -DCONFIG_BIGNUM \ -DDUMP_LEAKS \ -D_GNU_SOURCE \ -Wno-sign-compare \