[Issue 1445] Add default library options to sc.ini / dmd.conf

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Jun 7 23:48:26 PDT 2009


http://d.puremagic.com/issues/show_bug.cgi?id=1445


Brad Roberts <braddr at puremagic.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
                 CC|                            |braddr at puremagic.com
         Resolution|                            |FIXED




--- Comment #6 from Brad Roberts <braddr at puremagic.com>  2009-06-07 23:48:22 PDT ---
This was added back in versions 1.021 and 2.004:

-debuglib=libname
    link in libname as the default library when compiling for
    symbolic debugging instead of libphobos2.a 

-defaultlib=libname
    link in libname as the default library when not compiling
    for symbolic debugging instead of libphobos2.a

It's based off the -g option rather than the -release option, but.. close
enough.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list