DlangScience / scid

Scientific library for the D programming language
Boost Software License 1.0
90 stars 31 forks source link

Add --gdc flag that requests build.d to compile with gdmd instead of dmd #6

Closed WebDrake closed 12 years ago

WebDrake commented 12 years ago

Small tweak to your updated build script -- this adds a --gdc option flag that makes build.d compile SciD using gdmd instead of dmd.

Call using e.g.

rdmd build.d --gdc

rdmd build.d html --gdc

rdmd build.d --gdc lib

etc.