Feng QIN wrote:
Hello all,
When I use autoconf/automake tools to generate makefile for my package, the
CXXFLAGS is always added "-O2" by tools, while I don't want to use for
debuging.
Is it possible to remove it from options of configure command or some other
ways better than removing it manually
Alexandre Duret-Lutz <[EMAIL PROTECTED]> writes:
> That wouldn't work. This -rpath is a libtool option, not a linker
> option. It is required when buidling installable libtool libraries.
> Without it libtool would build a convenience library (as documented).
> Whether libtool -rpath will eventu
>>> "RA" == Russ Allbery <[EMAIL PROTECTED]> writes:
RA> Hello folks,
RA> The Automake manual says:
> For libraries whose destination directory is known when Automake
> runs, Automake will automatically supply the appropriate `-rpath'
> option to libtool. This is the case for libraries list
Hello folks,
The Automake manual says:
For libraries whose destination directory is known when Automake
runs, Automake will automatically supply the appropriate `-rpath'
option to libtool. This is the case for libraries listed explicitly in
some installable `_LTLIBRARIES' vari
> When I use autoconf/automake tools to generate makefile for my package, the
> CXXFLAGS is always added "-O2" by tools, while I don't want to use for
> debuging.
> Is it possible to remove it from options of configure command or some other
> ways better than removing it manually everytime on Makef