AI added two flags, one of which is dubious...
This commit is contained in:
parent
ce3a9ebd31
commit
3cbb5d00c2
1 changed files with 4 additions and 0 deletions
|
@ -73,6 +73,10 @@ pub fn build(b: *std.Build) void {
|
||||||
"word-file.c",
|
"word-file.c",
|
||||||
"www-parse.c",
|
"www-parse.c",
|
||||||
},
|
},
|
||||||
|
.flags = &.{
|
||||||
|
"-O2",
|
||||||
|
"-fwrapv",
|
||||||
|
},
|
||||||
});
|
});
|
||||||
// This creates a module, which represents a collection of source files alongside
|
// This creates a module, which represents a collection of source files alongside
|
||||||
// some compilation options, such as optimization mode and linked system libraries.
|
// some compilation options, such as optimization mode and linked system libraries.
|
||||||
|
|
Loading…
Add table
Reference in a new issue