noStage1Option top-level property
Implementation
final FigOption noStage1Option = FigOption(
name: '-fno-stage1',
description: 'Prevent using bootstrap compiler as the codegen backend',
exclusiveOn: ['-fstage1'],
priority: 20,
);
final FigOption noStage1Option = FigOption(
name: '-fno-stage1',
description: 'Prevent using bootstrap compiler as the codegen backend',
exclusiveOn: ['-fstage1'],
priority: 20,
);