diff --git a/Cargo.toml b/Cargo.toml index 8ce1cd6..8f9d50e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] diff --git a/build.rs b/build.rs index 7dcb662..6b9f7de 100644 --- a/build.rs +++ b/build.rs @@ -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)