diff dowa/BUILD @ 22:947b81010aba

[Dowa & Seobeo] Updated so that Dowa hashmaps can use arena and not be broken. Split up web so taht it can handle different paths. Also fixes issues with hash collisions which was pain in the ass.
author June Park <parkjune1995@gmail.com>
date Tue, 07 Oct 2025 07:11:02 -0700
parents 3e12bf044589
children a30944e5719e
line wrap: on
line diff
--- a/dowa/BUILD	Mon Oct 06 10:57:30 2025 -0700
+++ b/dowa/BUILD	Tue Oct 07 07:11:02 2025 -0700
@@ -23,4 +23,6 @@
   data = glob([
       "test_folder/**",
   ]),
+  copts = ["-fsanitize=address", "-g"],
+  linkopts = ["-fsanitize=address"],
 )