Skip to content

Commit

Permalink
Rename DDC flag to match new SDK name.
Browse files Browse the repository at this point in the history
  • Loading branch information
natebiggs committed Jan 29, 2025
1 parent 1e407ee commit e8ee389
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/dart_services/lib/src/compiling.dart
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@ class Compiler {
if (useNew) ...[
'--modules=ddc',
'--canary',
'--new-reload-delta-kernel=$newDeltaKernelPath',
if (oldDillPath != null) '--old-reload-delta-kernel=$oldDillPath',
'--reload-delta-kernel=$newDeltaKernelPath',
if (oldDillPath != null) '--reload-last-accepted-kernel=$oldDillPath',
],
if (!useNew) ...[
'--modules=amd',
Expand Down

0 comments on commit e8ee389

Please sign in to comment.