You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: 'Provide the json command using a proper ensemble, otherwise handle the subcommand dispatch internally'
)
option('dedup',
type: 'boolean',
value: true,
description: 'Parsing JSON involves allocating a lot of small string Tcl_Objs, many of which are duplicates. This mechanism helps reduce that duplication'
)
option('debugmode',
type: 'boolean',
value: false,
description: 'Enable debug mode (not symbols, but portions of the code that are only used in debug builds)'
)
option('testmode',
type: 'boolean',
value: false,
description: 'Build with whitebox testing hooks exposed'
)
option('unload',
type: 'boolean',
value: true,
description: 'Add support for unloading this shared library'