buffersecuritycheck
Specifies whether to use stack and buffer protections.
buffersecuritycheck "value"
Parameters
value specifies if buffer security checks should be enabled.
| Value | Description |
|---|---|
| Off | Disable buffer security checks. |
| On | Enable buffer security checks. |
| Default | Use the default buffer security checks. |
Applies To
The config scope.
Availability
Premake 5.0-beta8 or later.
Examples
buffersecuritycheck "On"