We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5a9f7d commit e3c0e20Copy full SHA for e3c0e20
.cargo/config.toml
@@ -1,5 +1,9 @@
1
+# spell-checker:ignore CFLAGS
2
+
3
[target.x86_64-unknown-redox]
4
linker = "x86_64-unknown-redox-gcc"
5
6
[env]
7
PROJECT_NAME_FOR_VERSION_STRING = "uutils coreutils"
8
+# TODO remove when there is an onig version > 6.4.0, https://github.com/rust-onig/rust-onig/issues/196
9
+CFLAGS='-std=gnu17'
0 commit comments