Fix hello_module example
This commit is contained in:
parent
48fc4bb26d
commit
98d9147fb2
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue