Re: Performance problem with _SECURE_SCL=0



It's slower because using just /Ot effectively disables many optimizations.

I think the OP wants to know why it's so much slower between
_SECURE_SCL=1 and _SECURE_SCL=0 with the same /Ot setting ?

Dave
.


Loading