mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-06 19:06:02 +03:00
Resync LDMD2 help output
This commit is contained in:
parent
c431fb02a9
commit
40c62f0715
1 changed files with 6 additions and 4 deletions
|
@ -204,6 +204,7 @@ Where:\n\
|
|||
-J=<directory> look for string imports also in directory\n\
|
||||
-L=<linkerflag> pass linkerflag to link\n\
|
||||
-lib generate library rather than object files\n\
|
||||
-lowmem enable garbage collection for the compiler\n\
|
||||
-m32 generate 32 bit code\n"
|
||||
#if 0
|
||||
" -m32mscoff generate 32 bit code and write MS-COFF object files\n"
|
||||
|
@ -227,10 +228,10 @@ Where:\n\
|
|||
-of=<filename> name output file to filename\n\
|
||||
-op preserve source path for output files\n\
|
||||
-preview=<id> enable an upcoming language change identified by 'id'\n\
|
||||
-preview=? list all upcoming language changes\n"
|
||||
-preview=? list all upcoming language changes\n\
|
||||
-profile profile runtime performance of generated code\n"
|
||||
#if 0
|
||||
" -profile profile runtime performance of generated code\n\
|
||||
-profile=gc profile runtime allocations\n"
|
||||
" -profile=gc profile runtime allocations\n"
|
||||
#endif
|
||||
" -release compile release version\n\
|
||||
-revert=<id> revert language change identified by 'id'\n\
|
||||
|
@ -255,7 +256,8 @@ Where:\n\
|
|||
-w warnings as errors (compilation will halt)\n\
|
||||
-wi warnings as messages (compilation will continue)\n\
|
||||
-X generate JSON file\n\
|
||||
-Xf=<filename> write JSON file to filename\n",
|
||||
-Xf=<filename> write JSON file to filename\n\
|
||||
-Xcc=<driverflag> pass driverflag to linker driver (cc)\n",
|
||||
argv0, argv0);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue