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 86918b8 commit 6a7a115Copy full SHA for 6a7a115
cmake/NaClFlags.cmake
@@ -39,7 +39,7 @@ macro(set_linker_flag FLAG)
39
endmacro()
40
41
# From MakeUnixLikeEnv() from (root)/SConstruct
42
-if (LINUX OR APPLE)
+if (LINUX OR APPLE OR MINGW)
43
set_c_flag("-std=gnu99")
44
set_c_flag("-Wdeclaration-after-statement")
45
set_c_flag("-Wstrict-prototypes")
0 commit comments