Testing automatic releases
This commit is contained in:
16
Cargo.toml
16
Cargo.toml
@@ -4,3 +4,19 @@ version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
|
||||
[lib]
|
||||
name = "tm_interpreter"
|
||||
crate-type = ["staticlib"]
|
||||
|
||||
[profile.release]
|
||||
opt-level = "z"
|
||||
lto = true
|
||||
|
||||
# x86_64 (glibc, statisch)
|
||||
[target.x86_64-unknown-linux-gnu]
|
||||
rustflags = ["-C", "target-feature=+crt-static"]
|
||||
|
||||
# aarch64 (arm64, statisch)
|
||||
[target.aarch64-unknown-linux-gnu]
|
||||
rustflags = ["-C", "target-feature=+crt-static"]
|
||||
|
||||
Reference in New Issue
Block a user