From 5ead081bb3db600337371f07298e13934da41de3 Mon Sep 17 00:00:00 2001 From: Daniel Hofstetter Date: Tue, 20 May 2025 17:26:38 +0200 Subject: [PATCH] Revert #7944 as some CI jobs fail with "unrecognized command line option '-std=gnu17'" --- .cargo/config.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.cargo/config.toml b/.cargo/config.toml index 8593d78cd..c6aa20761 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,9 +1,5 @@ -# spell-checker:ignore CFLAGS - [target.x86_64-unknown-redox] linker = "x86_64-unknown-redox-gcc" [env] PROJECT_NAME_FOR_VERSION_STRING = "uutils coreutils" -# TODO remove when there is an onig version > 6.4.0, https://github.com/rust-onig/rust-onig/issues/196 -CFLAGS='-std=gnu17'