May 05, 2015 DMD phobos built with contracts check for win? | ||||
---|---|---|---|---|
| ||||
I have to compile it myself from sources or is it available somewhere? Was playing with fibers using VisualD + DMD and lack of contract checking (for example call() on fiber in state TERM) leads to bizarre crashes :( |
May 09, 2015 Re: DMD phobos built with contracts check for win? | ||||
---|---|---|---|---|
| ||||
Posted in reply to Dzugaru | On 05.05.2015 02:03, Dzugaru wrote: > I have to compile it myself from sources or is it available somewhere? > Was playing with fibers using VisualD + DMD and lack of contract > checking (for example call() on fiber in state TERM) leads to bizarre > crashes :( The latest (beta) version of Visual D comes with a new linker option "build and use local phobos library" that builds phobos with the options of the current project and links against it. https://github.com/D-Programming-Language/visuald/releases |
Copyright © 1999-2021 by the D Language Foundation