We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4411414 commit 9280b8eCopy full SHA for 9280b8e
libsql-sqlite3/ext/wasm/GNUmakefile
@@ -345,7 +345,7 @@ $(bin.c-pp): c-pp.c $(sqlite3.c) $(MAKEFILE)
345
$(CC) -O0 -o $@ c-pp.c $(sqlite3.c) '-DCMPP_DEFAULT_DELIM="//#"' -I$(dir.top) \
346
-DSQLITE_OMIT_LOAD_EXTENSION -DSQLITE_OMIT_DEPRECATED -DSQLITE_OMIT_UTF16 \
347
-DSQLITE_OMIT_SHARED_CACHE -DSQLITE_OMIT_SHARED_MEM -DSQLITE_THREADSAFE=0 \
348
- -DSQLITE_TEMP_STORE=3
+ -DSQLITE_TEMP_STORE=3 -lm
349
define C-PP.FILTER
350
# Create $2 from $1 using $(bin.c-pp)
351
# $1 = Input file: c-pp -f $(1).js
0 commit comments