mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-13 09:22:22 -07:00
d72db2698b
Recent LLVM is getting smart to the point where the optimizer can change a traditional constant-time conditional swap into a pointer swap. Ensure that this does not happen by force-disabling optimization. Additionally, disable inlining the relevant routines such that manual inspection in optimized builds is still reasonably easy to do.