Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
print compiler and dflags
Browse files Browse the repository at this point in the history
- helps to avoid confusion when comparing compilers and flags
  • Loading branch information
MartinNowak committed Dec 27, 2014
1 parent 24e5b10 commit 3e0789e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions benchmark/runbench.d
Expand Up @@ -108,6 +108,7 @@ void main(string[] args)

import std.process : env=environment;
auto dmd = env.get("DMD", "dmd");
writeln("compiler: "~dmd~' '~dflags);

foreach(p; patterns)
runTest(p, dmd, dflags);
Expand Down

0 comments on commit 3e0789e

Please sign in to comment.