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 e482ea5 commit 4af1565Copy full SHA for 4af1565
mbedtls-sys/build/build.rs
@@ -99,6 +99,7 @@ impl BuildConfig {
99
let mut cflags = vec![];
100
if FEATURES.have_platform_component("c_compiler", "freestanding") {
101
cflags.push("-fno-builtin".into());
102
+ cflags.push("-U_FORTIFY_SOURCE".into());
103
cflags.push("-D_FORTIFY_SOURCE=0".into());
104
cflags.push("-fno-stack-protector".into());
105
}
0 commit comments