fix linking error

master
Avril 3 years ago
parent 675cd7cf37
commit 3a42d22081
Signed by: flanchan
GPG Key ID: 284488987C31F630

@ -1,6 +1,6 @@
[package]
name = "stackalloc"
version = "1.1.0"
version = "1.1.1"
homepage = "https://git.flanchan.moe/flanchan/stackalloc-rs"
repository = "https://github.com/notflan/stackalloc-rs"
keywords = ["alloca", "stack", "stack-allocation", "safe"]

@ -13,7 +13,6 @@ fn build_tramp()
.flag("-Werror")
.flag("-pedantic")
.opt_level(3)
.flag_if_supported("-flto")
// Not sure if we want these two. We can check the codegen later.
// .pic(false)

Loading…
Cancel
Save