Re: CFLAGS in moz.build

2014-02-22 Thread Ehsan Akhgari
So, I'm realizing that the vast majority of CFLAGS and CXXFLAGS variables in Makefile.in's are after a config.mk/rules.mk include, and for now I'm not touching them. Help wanted on moving those ones to moz.build because I'm not sure what I should be watching out for. (Also, the vast majority of t

Re: CFLAGS in moz.build

2014-02-17 Thread Ehsan Akhgari
On Mon, Feb 17, 2014 at 11:46 AM, Joshua Cranmer 🐧 wrote: > On 2/16/2014 8:07 PM, Ehsan Akhgari wrote: > >> What is the plan for porting CFLAGS and friends to moz.build? Is there >> any work in progress for that? How can one help? >> > > The plan, as I understand it, is to look at the uses of CF

Re: CFLAGS in moz.build

2014-02-17 Thread Joshua Cranmer 🐧
On 2/16/2014 8:07 PM, Ehsan Akhgari wrote: What is the plan for porting CFLAGS and friends to moz.build? Is there any work in progress for that? How can one help? The plan, as I understand it, is to look at the uses of CFLAGS et al and figure out what users are really trying to do with them