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('with_debugger', type: 'boolean', value: false, description: 'Build hades with its builtin debugger.')
option('static_executable', type: 'boolean', value: false, description: 'Build hades as a static executable.')
option('static_dependencies', type: 'boolean', value: false, description: 'Similar to `static_executable\' but only link the external dependencies and not the system ones.')
option('static_glew', type: 'boolean', value: false, description: 'Link statically against glew.')
option('static_sdl2', type: 'boolean', value: false, description: 'Link statically against sdl2.')
option('static_libarchive', type: 'boolean', value: false, description: 'Link statically against libarchive.')