comparison dmd/mars.c @ 900:177afbf5297b

Solaris compatibility and proc map parsing #183, thanks BlueZeniX!
author Christian Kamm <kamm incasoftware de>
date Thu, 22 Jan 2009 18:53:32 +0100
parents 27a379f288bf
children 52dad07846be
comparison
equal deleted inserted replaced
899:23d36edea021 900:177afbf5297b
188 \n\ 188 \n\
189 Codegen control:\n\ 189 Codegen control:\n\
190 -m<arch> emit code specific to <arch> being one of:\n\ 190 -m<arch> emit code specific to <arch> being one of:\n\
191 x86 x86-64 ppc32 ppc64 arm thumb\n\ 191 x86 x86-64 ppc32 ppc64 arm thumb\n\
192 -t<os> emit code specific to <os> being one of:\n\ 192 -t<os> emit code specific to <os> being one of:\n\
193 Linux, Windows, MacOSX, FreeBSD\n\ 193 Linux, Windows, MacOSX, FreeBSD, Solaris\n\
194 \n\ 194 \n\
195 -g, -gc add symbolic debug info\n\ 195 -g, -gc add symbolic debug info\n\
196 \n\ 196 \n\
197 -O optimize, same as -O2\n\ 197 -O optimize, same as -O2\n\
198 -O<n> optimize at level <n> (0-5)\n\ 198 -O<n> optimize at level <n> (0-5)\n\