is there any specification on the build optimize modes?
i looked at https://ziglang.org/documentation/0.15.2/#Build-Mode and the 0.15.2 stdlib defintion and neither locations seem to have any information about the safety checks, etc.
for example something like UBsan and ASan. i'd imagine they are just debug only but i can't seem to find any confirmation for the same. and then there's ReleaseSafe, without the specification i can't tell what the "safety checks" really are.