mirror of
https://github.com/odin-lang/Odin.git
synced 2026-01-04 12:07:45 +00:00
Rename -ignore-lazy to -internal-ignore-lazy
This commit is contained in:
@@ -5372,8 +5372,7 @@ bool parse_file(Parser *p, AstFile *f) {
|
||||
// Ignore
|
||||
} else if (f->flags & AstFile_IsTest) {
|
||||
// Ignore
|
||||
} else if (build_context.command_kind == Command_doc &&
|
||||
f->pkg->kind == Package_Init) {
|
||||
} else if (f->pkg->kind == Package_Init && build_context.command_kind == Command_doc) {
|
||||
// Ignore
|
||||
} else {
|
||||
f->flags |= AstFile_IsLazy;
|
||||
|
||||
Reference in New Issue
Block a user