Skip to main content

buffersecuritycheck

Specifies whether to use stack and buffer protections.

buffersecuritycheck "value"

Parameters

value specifies if buffer security checks should be enabled.

ValueDescription
OffDisable buffer security checks.
OnEnable buffer security checks.
DefaultUse the default buffer security checks.

Applies To

The config scope.

Availability

Premake 5.0-beta8 or later.

Examples

buffersecuritycheck "On"