Intel® C++ Compiler 16.0 User and Reference Guide
Determines whether variable length arrays are enabled.
Linux and OS X: | None |
Windows: | /Qvla /Qvla- |
None
/Qvla- |
Variable length arrays are disabled. |
This option determines whether variable length arrays (a C99 feature) are enabled.
To enable variable length arrays, you must specify /Qvla.
None