Intel® C++ Compiler XE 13.1 User and Reference Guides
Enables or disables stack overflow security checks including functions.
All
Linux and OS X: | -fstack-protector-all -fno-stack-protector-all |
Windows: | None |
None
-fno-stack-protector-all |
Stack overflow security checks, including functions, are disabled. |
Enables or disables stack overflow security checks including functions. These checks are enabled when you specify -fstack-protector-all.
None