Intel® C++ Compiler XE 13.1 User and Reference Guides
Determines whether variable length arrays are enabled.
All
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