Skip to content

when passing -### ("dry_run") avoid actually running compilation and linking child processes #7170

Open
@andrewrk

Description

@andrewrk

zig/src/main.zig

Lines 1072 to 1076 in 8eaaa90

.dry_run => {
verbose_link = true;
try clang_argv.append("-###");
// XXX: Don't execute anything!
},

Follow-up to #7166

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugObserved behavior contradicts documented or intended behaviorenhancementSolving this issue will likely involve adding new logic or components to the codebase.zig ccZig as a drop-in C compiler feature

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions