1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 03:27:44 +00:00

Revert #7944 as some CI jobs fail

with "unrecognized command line option '-std=gnu17'"
This commit is contained in:
Daniel Hofstetter 2025-05-20 17:26:38 +02:00
parent 147027022a
commit 5ead081bb3

View file

@ -1,9 +1,5 @@
# spell-checker:ignore CFLAGS
[target.x86_64-unknown-redox] [target.x86_64-unknown-redox]
linker = "x86_64-unknown-redox-gcc" linker = "x86_64-unknown-redox-gcc"
[env] [env]
PROJECT_NAME_FOR_VERSION_STRING = "uutils coreutils" 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'