Visual Studio warning D9025 for seemingly compatible options

Viewed 2557

I'm getting the error

D9025   overriding '/sdl-' with '/GS-'

/sdl- turns off the Security Development Lifecycle checks, and /GS- turns off stack overflow security checks. Seemingly these options should be compatible, but I still get the warning. How do I fix it?

And before anyone asks, yes, I need these options off since the security cookie shows up in profiling as expensive.

1 Answers
Related