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
option('extension_fixture', type: 'boolean', value: false, description: 'Whether to enable the fixture extension.')
2
-
option('extension_memory', type: 'feature', value: 'auto', description: 'Whether to enable the memory extension. By default this is automatically enabled when extension_fixture is enabled.')
2
+
option('extension_memory', type: 'boolean', value: false, description: 'Whether to enable the memory extension.')
3
3
option('support_double', type: 'boolean', value: false, description: 'Whether to enable double precision floating point assertions.')
4
4
option('support_int64', type: 'boolean', value: false, description: 'Whether to enable support for 64bit integers. false means autodetect.')
5
5
option('fixture_help_message', type: 'string', description: 'If the fixture extension is enabled, this allows a custom help message to be defined.')
0 commit comments