mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 12:07:46 +00:00
Merge pull request #7944 from cakebaker/cargo_config_set_cflags
.cargo/config.toml: set `CFLAGS='-std=gnu17'`
This commit is contained in:
commit
4fd11ab6c3
1 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,9 @@
|
||||||
|
# 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'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue