[Issue 2164] Random Phobos Linux buildsystem feedback
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue Jul 22 04:37:19 PDT 2008
http://d.puremagic.com/issues/show_bug.cgi?id=2164
------- Comment #5 from lindevel at gmx.net 2008-07-22 06:37 -------
At least in 2.0.17 you override the environment supplied CFLAGS, i.e.:
CFLAGS := $(CFLAGS) -O
Flags which are not absolutely needed (like -O) should be included before the
environment CFLAGS, so that they can be overridden if desired.
--
More information about the Digitalmars-d-bugs
mailing list