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 753b1ae commit d1f55f6Copy full SHA for d1f55f6
snmalloc-sys/build.rs
@@ -33,7 +33,6 @@ fn main() {
33
build.flag_if_supported("-g");
34
build.flag_if_supported("-fomit-frame-pointer");
35
build.flag_if_supported("-fpermissive");
36
- build.flag_if_supported("-Wmaybe-uninitialized");
37
build.static_crt(true);
38
build.cpp(true);
39
build.debug(false);
0 commit comments