Re: make manual: CFLAGS and linking

2012-03-09 Thread Paul Smith
On Fri, 2012-03-09 at 18:17 +0100, Sebastian Pipping wrote: > on page [1] it reads: > > "CFLAGS should be used in every invocation of the C compiler, >both those which do compilation and those which do linking." > > It would be nice to have an explanation why CFLAGS whould be used with > li

make manual: CFLAGS and linking

2012-03-09 Thread Sebastian Pipping
Hello, on page [1] it reads: "CFLAGS should be used in every invocation of the C compiler, both those which do compilation and those which do linking." It would be nice to have an explanation why CFLAGS whould be used with linking, too. Maybe with an example or a dedicated section in the