Fix hello_module example

This commit is contained in:
Saúl Ibarra Corretgé 2023-11-16 13:56:52 +01:00
parent 48fc4bb26d
commit 98d9147fb2

View file

@ -350,7 +350,7 @@ endif
# example of static JS compilation with modules
HELLO_MODULE_SRCS=examples/hello_module.js
HELLO_MODULE_OPTS=-fno-string-normalize -fno-map -fno-promise -fno-typedarray \
HELLO_MODULE_OPTS=-fno-string-normalize -fno-map -fno-typedarray \
-fno-typedarray -fno-regexp -fno-json -fno-eval -fno-proxy \
-fno-date -m
examples/hello_module: $(QJSC) libquickjs$(LTOEXT).a $(HELLO_MODULE_SRCS)