What | Removed | Added |
---|---|---|
Status | NEW | RESOLVED |
CC | johannespfau@gmail.com | |
Resolution | --- | FIXED |
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)