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

Commit

Permalink
remove -version=VERBOSE in verbose mode
Browse files Browse the repository at this point in the history
- some benchmarks will print more output with
  -version=VERBOSE

- can still be passed explicitly to runbench
  • Loading branch information
MartinNowak committed Dec 27, 2014
1 parent 3a0a2b9 commit f28a4c4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions benchmark/runbench.d
Expand Up @@ -95,9 +95,6 @@ void main(string[] args)
if (!dflags.length)
dflags = "-O -release -inline";

if (verbose)
dflags ~= " -version=VERBOSE";

auto dmd = getenv("DMD");
if (!dmd.length) dmd = "dmd";

Expand Down

0 comments on commit f28a4c4

Please sign in to comment.