We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60a1ffe commit 5e10f6aCopy full SHA for 5e10f6a
1 file changed
Modules/cpython-sys/build.rs
@@ -101,7 +101,6 @@ fn generate_c_api_bindings(srcdir: &Path, builddir: Option<&str>, out_path: &Pat
101
}
102
} else if flag.starts_with("-I")
103
|| flag.starts_with("-D")
104
- || flag.starts_with("-std=")
105
|| flag.starts_with("-isystem")
106
{
107
builder = builder.clang_arg(flag);
0 commit comments