3 gdc - D Front End for GCC
10 Only the new options are listed here;
11 gdc accepts mostly the same options as gcc.
18 Object files to link in
20 Library files to link in
22 compile release version
26 allow deprecated features
28 compile in version code identified by ident
29 .IP -femit-templates[=full|private|none|auto]
30 Controls whether or not template code is emitted.
34 Emit templates, expecting multiple copies to be merged by the linker.
36 Emit templates, but make them private to the translation unit.
37 The executable will have multiple copies of code and data.
39 Do not emit templates at all.
41 For targets that support templates, the "full" mode is used.
42 Otherwise, the "private" mode is used.
44 .IP -f[no-]bounds-check
45 Controls array bounds checking
47 For each source file on the command line, semantically process each file
48 preceding it. Use this if compilation errors occur due to complicated
49 circular module references. This will slow compilation noticeably.
53 Copyright (C) 2004 David Friedman