www.digitalmars.com         C & C++   DMDScript  

D.gnu - Bug: GDC "frag" programs do not use CFLAGS

The Makefile for the frag generators do not
include $(CFLAGS), but just do a $(CC)...

This does not very well when trying to do
fancy stuff like fat-building or targetting.

They probably should be using $(LDFLAGS) too ?

--anders
Jan 11 2006