Enum with base type string and switch
Jacob Carlborg
doob at me.com
Mon Nov 18 05:29:37 PST 2013
On 2013-11-18 13:48, seany wrote:
> Hi, I am experiencing the same issue as here:
> http://forum.dlang.org/thread/bug-10113-3@http.d.puremagic.com/issues/
>
> I have the DMD 2.061 for Linux 64 bit
>
> In this thread. their is a mention of one -g switch. I am sorry but
> can'T figure out how to implement the said -g switch.
>
> Please help.
Just pass -g on the command line, example:
dmd main.d -g
--
/Jacob Carlborg
More information about the Digitalmars-d-learn
mailing list