Mercurial
diff dowa/BUILD @ 87:d39e8860a361
[Dowa] There was alignment issues rea
hash key
| author | June Park <parkjune1995@gmail.com> |
|---|---|
| date | Thu, 01 Jan 2026 14:25:17 -0800 |
| parents | 35b1abc37969 |
| children | 655ea0b661fd |
line wrap: on
line diff
--- a/dowa/BUILD Thu Jan 01 14:05:34 2026 -0800 +++ b/dowa/BUILD Thu Jan 01 14:25:17 2026 -0800 @@ -45,6 +45,6 @@ "test_folder/**", ]), # TODO: Fix this lmao? - # copts = ["-fsanitize=address", "-g"], - # linkopts = ["-fsanitize=address"], + copts = ["-fsanitize=address", "-g"], + linkopts = ["-fsanitize=address"], )