There was an error while loading. Please reload this page.
2 parents d7362e3 + 265454b commit cc475a0Copy full SHA for cc475a0
1 file changed
scripts/configure.py
@@ -30,7 +30,7 @@ def configure(build_type):
30
if build_type == BuildType.BINARY_MATCHBUILD:
31
cl_common_flags += " /DDBINARYMATCHBUILD"
32
writer.variable("cl_common_flags", cl_common_flags)
33
- writer.variable("cl_flags", "$cl_common_flags /Od /Oi /Ob1 /Op /Gy")
+ writer.variable("cl_flags", "$cl_common_flags /Od /Oi /Ob1 /Op /Gy /GF")
34
writer.variable("cl_flags_small_codegen", "$cl_flags /Os")
35
writer.variable("cl_flags_pbg3", "$cl_common_flags /O2")
36
writer.variable(
0 commit comments