mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 13:10:12 +03:00
Fix Bugzilla 24598
This commit is contained in:
parent
8d627e1b5c
commit
a3eb99191d
34 changed files with 39 additions and 28 deletions
|
@ -62,7 +62,7 @@ void usage()
|
|||
~ " DMD: compiler to use, ex: ../src/dmd (required)\n"
|
||||
~ " CC: C compiler to use, ex: cl, cc\n"
|
||||
~ " CXX: C++ compiler to use, ex: cl, g++\n"
|
||||
~ " OS: windows, linux, freebsd, osx, netbsd, dragonflybsd\n"
|
||||
~ " OS: windows, linux, freebsd, osx, openbsd, netbsd, dragonflybsd\n"
|
||||
~ " RESULTS_DIR: base directory for test results\n"
|
||||
~ " MODEL: 32 or 64 (required)\n"
|
||||
~ " AUTO_UPDATE: set to 1 to auto-update mismatching test output\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue