AI added two flags, one of which is dubious...

This commit is contained in:
Emil Lerch 2025-09-18 10:20:12 -07:00
parent ce3a9ebd31
commit 3cbb5d00c2
Signed by: lobo
GPG key ID: A7B62D657EF764F8

View file

@ -73,6 +73,10 @@ pub fn build(b: *std.Build) void {
"word-file.c",
"www-parse.c",
},
.flags = &.{
"-O2",
"-fwrapv",
},
});
// This creates a module, which represents a collection of source files alongside
// some compilation options, such as optimization mode and linked system libraries.