Skip to content

Commit 4b9afd3

Browse files
committed
remove unused code
1 parent 27692eb commit 4b9afd3

11 files changed

Lines changed: 4 additions & 1760 deletions

File tree

ex/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ podman run -it --rm -v ../.:/root/node --entrypoint bash erlang_builder -c "echo
66
&& cd /root/node/ex \
77
&& export MIX_ENV=prod \
88
&& export CC='clang-19' CXX='clang++-19' CFLAGS='-march=haswell' CXXFLAGS='-march=haswell' \
9-
&& export RUSTFLAGS='-C target-cpu=haswell -C opt-level=3' \
9+
&& export RUSTFLAGS='-C target-cpu=haswell -C opt-level=3 -C link-arg=-fuse-ld=mold' \
1010
&& export LLVM_CONFIG_PATH=/usr/bin/llvm-config-19 LIBCLANG_PATH=/usr/lib/llvm-19/lib \
1111
&& mix deps.get \
1212
&& mix release \

ex/lib/bic/base.ex

Lines changed: 0 additions & 115 deletions
This file was deleted.

ex/lib/bic/base_wasm.ex

Lines changed: 0 additions & 202 deletions
This file was deleted.

ex/lib/bic/base_wasm_safe.ex

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)