option('paranoid'       , type: 'boolean', value: false      , description: 'Promote run-time warnings to errors.')
option('blas'           , type: 'string' , value:'openblas'  , description: 'BLAS library/framework to use, such as "openblas", "Accelerate", "blis", "cblas". Anything but the default is experimental at best.')
option('debug_rust'     , type: 'boolean', value: false      , description: 'Compile rust in debug mode.')
option('debug_arrays'   , type: 'boolean', value: false      , description: 'Promote run-time warnings to errors.')
option('steamruntime'   , type: 'boolean', value: false      , description: 'If you like this stuff you should be ashamed..')
option('target_triplet' , type: 'string',  value: ''         , description: 'Set the target triplet for cross-compilation.')
option('installer'      , type: 'boolean', value: false      , description: 'For macOS: package as a DMG as well as an app bundle. Requires mkfs.hfsplus/hfsplus/dmg (hfsprogs + libdmg-hfsplus). For Windows: packages an NSIS-based installer. Requires "makensis".')
option('release'        , type: 'boolean', value: false      , description: 'Set to true if releasing. Will create archives which are used by the release scripts to build the store releases.')
option('executable'     , type: 'feature', value: 'enabled'  , description: 'Enable compilation of Naev\'s executable.')
option('docs_c'         , type: 'feature', value: 'auto'     , description: 'Enable compilation of Naev\'s C documentation.')
option('docs_lua'       , type: 'feature', value: 'auto'     , description: 'Enable compilation of Naev\'s Lua documentation.')
option('docs_lore'      , type: 'feature', value: 'disabled' , description: 'Enable compilation of Naev\'s Lore website.')
option('luajit'         , type: 'feature', value: 'auto'     , description: 'Enable LuaJIT rather than standard Lua.')
option('ndata_path'     , type: 'string' , value: ''         , description: 'Set the path ndata will be installed to (relative to the install prefix).')
option('tracy'          , type: 'boolean', value: false      , description: 'Enable tracy profiler.')
