I'm curious why detours is compiled with optimization disabled (/Od) in the release configuration: https://github.com/microsoft/Detours/blob/9764cebcb1a75940e68fa83d6730ffaf0f669401/src/Makefile#L19
I'm curious why detours is compiled with optimization disabled (/Od) in the release configuration:
Detours/src/Makefile
Line 19 in 9764ceb