Intel® C++ Compiler Classic Developer Guide and Reference
A newer version of this document is available. Customers should click here to go to the newest version.
fmudflap
Tells the compiler to instrument risky pointer operations to prevent buffer overflows and invalid heap use. This is a deprecated option that may be removed in a future release.
Linux: |
-fmudflap |
macOS: |
None |
Windows: |
None |
None
OFF |
The compiler does not instrument risky pointer operations. |
Tells the compiler to instrument risky pointer operations to prevent buffer overflows and invalid heap use. It requires gcc 4.0 or newer.
This is a deprecated option that may be removed in a future release. There is no replacement option. You can consider using the Pointer Checker options (such as option check-pointers).
When using option fmudflap, you must specify linker option -lmudflap in the link command line to resolve references to the libmudflap library.
None