Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
mccanne committed Oct 24, 2024
1 parent 2883505 commit fe963dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/super/compile/shared.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ func (s *Shared) Run(ctx context.Context, args []string, lakeFlags *lakeflags.Fl
if err != nil {
return err
}
if s.optimize || s.parallel > 0 {
if s.optimize || s.parallel > 0 || desc {
s.dag = true
}
if !s.dag {
Expand Down

0 comments on commit fe963dc

Please sign in to comment.