comparison 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
comparison
equal deleted inserted replaced
86:431df06b1a9b 87:d39e8860a361
43 args = [], 43 args = [],
44 data = glob([ 44 data = glob([
45 "test_folder/**", 45 "test_folder/**",
46 ]), 46 ]),
47 # TODO: Fix this lmao? 47 # TODO: Fix this lmao?
48 # copts = ["-fsanitize=address", "-g"], 48 copts = ["-fsanitize=address", "-g"],
49 # linkopts = ["-fsanitize=address"], 49 linkopts = ["-fsanitize=address"],
50 ) 50 )