using debug version of phobos and druntime on linux
Druzhinin Alexandr
news at digitalmars.com
Sun Mar 10 08:30:42 PDT 2013
On 10.03.2013 22:18, Marco Leise wrote:
> Am Sun, 10 Mar 2013 19:19:13 +0700
> schrieb Druzhinin Alexandr <news at digitalmars.com>:
>
>> I use dmd/ubuntu 64 bit, rebuild phobos and druntime with debug option
>> and I cannot realize where dmd get them from so I can substitute my
>> version of these libs. Could someone hint me where I should place them?
>
> On another note, LDC compiles both release and debug versions
> of druntime/Phobos and switches between them depending on
> whether you do a debug or release build automatically.
>
It's cool. But dmd has the only version of phobos at once. I realized
that phobos contains druntime so my problem is solved. But having
opportunity to switch between release and debug version is very convinient.
More information about the Digitalmars-d-learn
mailing list