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('enable-absolute-paths', type: 'boolean', value: false, description: 'Use absolute paths to in .name files. Useful for development. (default is no)')
option('enable-more-warnings', type: 'string', value: 'yes', description: 'Enable more warnings from compiler (possible values: no/yes/error)')
option('enable-lto', type: 'boolean', value: false, description: 'Enable Link Time Optimization for smaller size (default: no)')
option('enable-ld-gc', type: 'boolean', value: true, description: 'Enable garbage collection of unused symbols on linking (default: yes)')