Skip to content

Commit cc475a0

Browse files
authored
Merge pull request #420 from KSSBrawl/do-string-pooling
Add string pooling to the build flags
2 parents d7362e3 + 265454b commit cc475a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/configure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def configure(build_type):
3030
if build_type == BuildType.BINARY_MATCHBUILD:
3131
cl_common_flags += " /DDBINARYMATCHBUILD"
3232
writer.variable("cl_common_flags", cl_common_flags)
33-
writer.variable("cl_flags", "$cl_common_flags /Od /Oi /Ob1 /Op /Gy")
33+
writer.variable("cl_flags", "$cl_common_flags /Od /Oi /Ob1 /Op /Gy /GF")
3434
writer.variable("cl_flags_small_codegen", "$cl_flags /Os")
3535
writer.variable("cl_flags_pbg3", "$cl_common_flags /O2")
3636
writer.variable(

0 commit comments

Comments
 (0)