Skip to content

Commit

Permalink
use optlink.exe instead of link.exe for Win32
Browse files Browse the repository at this point in the history
  • Loading branch information
WalterBright committed Sep 30, 2015
1 parent 5d2a7bc commit ed0ebef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/link.d
Expand Up @@ -303,7 +303,7 @@ extern (C++) int runLINK()
linkcmd = linkcmdbuf.extractString();
}
else
linkcmd = "link";
linkcmd = "optlink";
}
int status = executecmd(linkcmd, p);
if (lnkfilename)
Expand Down

0 comments on commit ed0ebef

Please sign in to comment.