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

12 lines
298 B
YAML

define: DUK_USE_UNION_INITIALIZERS
introduced: 1.5.0
default: false
tags:
- portability
description: >
Compiler supports C99-style designated union initializers, e.g.
{ .foo = 123 }.
When disabled, Duktape sometimes needs to resort to less efficient struct
initializers for portability.