Skip to content

Commit

Permalink
Trivial: Remove -dip25 from the build script
Browse files Browse the repository at this point in the history
The default bootstrap version is v2.095.0, and DIP25 was made default in v2.092.0.
  • Loading branch information
Geod24 committed Oct 19, 2021
1 parent 70abba5 commit 5005dbc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/build.d
Original file line number Diff line number Diff line change
Expand Up @@ -1175,8 +1175,6 @@ void processEnvironment()
env.setDefault("ZIP", "zip");

string[] dflags = ["-version=MARS", "-w", "-de", env["PIC_FLAG"], env["MODEL_FLAG"], "-J"~env["G"], "-I" ~ srcDir];
if (env["HOST_DMD_KIND"] != "gdc")
dflags ~= ["-dip25"]; // gdmd doesn't support -dip25

// TODO: add support for dObjc
auto dObjc = false;
Expand Down

0 comments on commit 5005dbc

Please sign in to comment.