remove config.toml with rustflags, replace with release script

This commit is contained in:
Chris Beck
2025-12-18 13:46:40 -07:00
parent db5b31fd7b
commit d83aa809db
2 changed files with 4 additions and 3 deletions
-3
View File
@@ -1,3 +0,0 @@
[target.x86_64-unknown-linux-gnu]
linker = "clang"
rustflags = ["-C", "link-arg=-fuse-ld=mold", "-C", "target-cpu=skylake", '--cfg=curve25519_dalek_backend="simd"', '--cfg=feature="precomputed-tables"']
+4
View File
@@ -0,0 +1,4 @@
#!/bin/sh
export RUSTFLAGS="-C link-arg=-fuse-ld=mold -C target-cpu=skylake"
cargo build --release -p signal-gateway-bin