Fix Release builds for sanitizers by defining RELEASE_WITHOUT_OPTIMIZATIONS. If this is not defined, errors like this occur when building Release with lower optimization levels: Source/WTF/wtf/Compiler.h:103:2: error: "Building release without compiler optimizations: WebKit will be slow. Set -DRELEASE_WITHOUT_OPTIMIZATIONS if this is intended."
<rdar://problem/89929061>
Created attachment 454034 [details] Patch v1
Comment on attachment 454034 [details] Patch v1 cq+ since this doesn't affect non-sanitizer builds.
Committed r290970 (248149@main): <https://commits.webkit.org/248149@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 454034 [details].