Skip to content

Commit

Permalink
fix: add UB flags
Browse files Browse the repository at this point in the history
  • Loading branch information
tensorush committed Jul 24, 2024
1 parent a42bf89 commit 979e305
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ const FLAGS = .{
"-std=c99",
"-O2",
"-g",
"-fsanitize=undefined",
"-fsanitize-trap=undefined",
};

const VALUES = .{
Expand Down

0 comments on commit 979e305

Please sign in to comment.