meson_options.txt 370 B

123
  1. option('extension_fixture', type: 'boolean', value: 'false', description: 'Whether to enable the fixture extension.')
  2. option('extension_memory', type: 'boolean', value: 'false', description: 'Whether to enable the memory extension.')
  3. option('support_double', type: 'boolean', value: 'false', description: 'Whether to enable double precision floating point assertions.')