OVMS3/OVMS.V3/components/duktape/config/config-options/DUK_USE_ASSERTIONS.yaml

10 lines
210 B
YAML

define: DUK_USE_ASSERTIONS
introduced: 1.0.0
default: false
tags:
- development
- debug
description: >
Enable internal assert checks. These slow down execution considerably
so only use when debugging.