On 11 March 2013 18:27, Benjamin Thaut <code@benjamin-thaut.de> wrote:
Dmd has the -debuglib and -defaultlib options which can be used to specifiy the name of the standard library (phobos). Is there a equivalent command line option for gdc?

Kind Regards
Benjamin Thaut


We have exactly the same:

-defaultlib, -debuglib
-nophoboslib, -nostdlib, -nodefaultlibs


Regards
--
Iain Buclaw

*(p < e ? p++ : p) = (c & 0x0f) + '0';