polardbxengine/extra/duktape/duktape-2.3.0/config/config-options/DUK_USE_UNION_INITIALIZERS....

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.