Build scripts.

This commit is contained in:
Nuno Cruces
2023-05-12 12:11:14 +01:00
parent be4b6304f9
commit 03168d5d34
7 changed files with 10 additions and 7 deletions

View File

@@ -17,7 +17,6 @@ WASI_SDK="$ROOT/tools/wasi-sdk-20.0/bin"
-Wl,--initial-memory=327680 \
-Wl,--stack-first \
-Wl,--import-undefined \
-D_HAVE_SQLITE_CONFIG_H \
$(awk '{print "-Wl,--export="$0}' exports.txt)
trap 'rm -f sqlite3.tmp' EXIT