1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 19:47:45 +00:00

Merge pull request #7944 from cakebaker/cargo_config_set_cflags

.cargo/config.toml: set `CFLAGS='-std=gnu17'`
This commit is contained in:
Sylvestre Ledru 2025-05-20 09:34:28 +02:00 committed by GitHub
commit 4fd11ab6c3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,9 @@
# 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'