CyberShadow / Digger

A tool to build D and bisect old D versions
Other
57 stars 9 forks source link

components.enable.phobos,druntime #28

Closed timotheecour closed 9 years ago

timotheecour commented 9 years ago

could we also have phobos and druntime as optional components to bisect dmd related bugs that have nothing to do with phobos and druntime?

CyberShadow commented 9 years ago

They already are (phobos, phobos-includes, druntime).

DMD includes object.d whether you want it or not. Sometimes you can get away with creating an empty object.d in the same directory.

It will also add phobos.lib or equivalent to the linker search path, so building Phobos is necessary if you want to link.