Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

Warning 10182

DavidWhite
Valued Contributor II
939 Views

Which compiler switches are causing this warning, and where do I find them in VS?

warning #10182: disabling optimization; runtime debug checks enabled

Thanks,

David

0 Kudos
3 Replies
FortranFan
Honored Contributor III
939 Views

It looks like a combination of Debug mode and Optimization turned on, so /dbglibs and /On (n=1,2,..) may be?

0 Kudos
Steven_L_Intel1
Employee
939 Views

/check:stack is the primary one that triggers this. Fortran > Run-time > Check Stack Frame.

0 Kudos
DavidWhite
Valued Contributor II
939 Views

Thanks, Steve.  This was happening in Release mode, and the /check:stack option was in use.

Regards,

David

0 Kudos
Reply