3 dmd - wrapper script for gdc that emulates the dmd command
15 Object files to link in
17 Library files to link in
19 Print commands executed by this wrapper script
20 .IP -q<arg1>[,<arg2>,<arg3>,...]
21 Pass the comma-separated arguments to gdc
23 compile only, do not link
25 allow deprecated features
27 add symbolic debug info
29 add trace profiling hooks (not supported under linux)
35 write object files to directory objdir
37 name output file to filename
39 do not strip paths from source file
41 where to look for imports
44 is a ; separated list of paths. Multiple -I's can be used, and the paths are searched in the same order.
46 pass linkerflag to linker
50 compile in debug code <= level
52 compile in debug code identified by ident
56 compile release version
60 compile in version code >= level
62 compile in version code identified by ident
66 Copyright (C) 2004 David Friedman