Re: How are env variables passed to the compilation process

2015-03-12 Thread Gavin Smith
On 10 March 2015 at 22:04, Andy Falanga (afalanga) afala...@micron.com wrote: I'm trying to figure out how things like CXXFLAGS and CFLAGS get passed to ultimate point of compilation. I thought I had it down but something that just happened recently has me wondering. I've gotten my project

RE: How are env variables passed to the compilation process

2015-03-12 Thread Andy Falanga (afalanga)
-Original Message- From: Gavin Smith [mailto:gavinsmith0...@gmail.com] Sent: Thursday, March 12, 2015 9:09 AM To: Andy Falanga (afalanga) Cc: automake@gnu.org Subject: Re: How are env variables passed to the compilation process On 10 March 2015 at 22:04, Andy Falanga (afalanga

RE: How are env variables passed to the compilation process

2015-03-11 Thread Andy Falanga (afalanga)
-Original Message- From: Nick Bowler [mailto:nbow...@elliptictech.com] Sent: Tuesday, March 10, 2015 5:55 PM To: Andy Falanga (afalanga) Cc: automake@gnu.org Subject: Re: How are env variables passed to the compilation process On 2015-03-10 22:04 +, Andy Falanga (afalanga

How are env variables passed to the compilation process

2015-03-10 Thread Andy Falanga (afalanga)
I'm trying to figure out how things like CXXFLAGS and CFLAGS get passed to ultimate point of compilation. I thought I had it down but something that just happened recently has me wondering. I've gotten my project building now using automake/autoconf/etc. (what I understand to be the

Re: How are env variables passed to the compilation process

2015-03-10 Thread Nick Bowler
On 2015-03-10 22:04 +, Andy Falanga (afalanga) wrote: [...] I go through the list of output made by the build process and discover that the build process didn't do what seems to be the standard options, -O2 -g. Neither of these were used. So, I thought I'd add them. I did this: make