From 7b91cca978f2f9d54c9e54b89e5cd4a2d2d7efb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Kr=C3=B6ning?= Date: Fri, 10 Sep 2021 12:05:56 +0200 Subject: [PATCH] Integration tests: Use default profile --- tests/test-kernels/Cargo.toml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tests/test-kernels/Cargo.toml b/tests/test-kernels/Cargo.toml index 115956e9..ed93a7b4 100644 --- a/tests/test-kernels/Cargo.toml +++ b/tests/test-kernels/Cargo.toml @@ -7,9 +7,3 @@ publish = false [target.'cfg(target_os = "hermit")'.dependencies] hermit-sys = "0.1" - -[profile.release] -opt-level = 3 - -[profile.dev] -opt-level = 1 # controls the `--opt-level` the compiler builds with