From 917339ff02e52cc3d258a350f5cb078e152f439a Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Thu, 7 Dec 2023 09:52:16 +0100 Subject: Put release-build optimization back to level 3; remove windows GNU build. The latter seems to fail permanently. Thanks to [this contributor](https://github.com/Byron/dua-cli/commit/2dced34aef9b7beba3201e6a8b24d9a10a7b9a16#commitcomment-134405637) for questioning the previous fix, which turned out to be incorrect. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index a33f8da..b9801d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ incremental = false overflow-checks = false lto = "fat" codegen-units = 1 -build-override = { opt-level = 0 } # `0` (probably) needed to make release builds more stable on Windows GNU +build-override = { opt-level = 3 } [dev-dependencies] pretty_assertions = "1.0.0" -- cgit v1.2.3