Skip to content

Commit

Permalink
Remove todo, it's in the issue tracker
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan-Velickovic committed Feb 22, 2024
1 parent 785fd4a commit cfe3dd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ pub fn build(b: *std.Build) void {
"-Werror",
"-Wno-unused-function",
"-mstrict-align",
"-fno-sanitize=undefined", // @ivanv: ideally we wouldn't have to turn off UBSAN
"-fno-sanitize=undefined",
b.fmt("-DBOARD_{s}", .{ microkit_board }) // @ivanv: shouldn't be needed as the library should not depend on the board
}
});
Expand Down

0 comments on commit cfe3dd0

Please sign in to comment.