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
> 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