Johannes Pfau changed bug 96
What Removed Added
Status NEW RESOLVED
CC   johannespfau@gmail.com
Resolution --- FIXED

Comment # 1 on bug 96 from
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: