automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: override default CXXFLAGS


From: Rusty Ballinger
Subject: Re: override default CXXFLAGS
Date: Fri, 22 Jun 2001 03:45:46 -0700

> I set the CXXFLAGS via AM_CXXFLAGS in Makefile.am. the relase version
> should have no -g flag... but there is a default CXX_FLAGS variable in
> Makefile which has always the -g flag. how can I remove this one?

One way is to set it in the environment when running the configure script:

  $ CXXFLAGS= ./configure --with-various-args

--Rusty



reply via email to

[Prev in Thread] Current Thread [Next in Thread]