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
This commit is contained in:
Cory McWilliams 2022-12-11 14:36:14 +00:00
parent 82f9859c57
commit c30b3bbb64

View File

@ -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 \