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 633b0b6 commit 753b1aeCopy full SHA for 753b1ae
snmalloc-sys/build.rs
@@ -33,6 +33,7 @@ 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