April 05, 2015
http://bugzilla.gdcproject.org/show_bug.cgi?id=96

Johannes Pfau <johannespfau@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |johannespfau@gmail.com
         Resolution|---                         |FIXED

--- Comment #1 from Johannes Pfau <johannespfau@gmail.com> ---
The phobos makefile now uses the DFLAGS variable.

And BTW:
build=machine which builds the compiler
host=machine which runs the compiler
target=machine which the compiler generates code for

flags for build therefore should only be used when building programs that have to run on the machine building the compiler. (E.g. when building idgen)

-- 
You are receiving this mail because:
You are watching all bug changes.