Renaming DMD File Extensions from C to C++

"Nordlöw" via Digitalmars-d digitalmars-d at puremagic.com
Wed Feb 4 13:29:15 PST 2015


On Wednesday, 4 February 2015 at 21:24:22 UTC, Dicebot wrote:
> On Wednesday, 4 February 2015 at 21:16:15 UTC, Nordlöw wrote:
>> BTW: I still can't the debugger to find source information.
>> How and where do I the debug build configuration to call make 
>> with
>>
>> ENABLE_DEBUG=1
>>
>> as argument?
>
> I tend to simply edit posix.mak and change CFLAGS there :)

I finally got everything to work in my latest commit at

https://github.com/D-Programming-Language/dmd/pull/4379

I solved at

Project Properties =>
C/C++ Build =>
Build command: make ENABLE_DEBUG=1 -j8

Try it out!

Thanks once again, D folks.


More information about the Digitalmars-d mailing list