blob: d886f859eec4fb3f38276940a9f3bad49f8f2059 (
plain)
1
2
3
4
5
6
7
8
9
10
|
ts-node bin/generate.ts
tsc
export RELEASE=`pkgjs-pjson . version`
WASI_ROOT=/usr ts-node bin/build_wasm.ts
export CFLAGS="$CFLAGS -gdwarf-4"
export LDFLAGS="$LDFLAGS"
make release build/libllhttp.a build/libllhttp.so
(cd ..;dh_auto_configure --buildsystem=cmake -Dllhttp/release -- -DCMAKE_BUILD_TYPE=Release)
(cd ..;dh_auto_build --buildsystem=cmake)
find . -type f
|