[bt-devel] make question

Martin Gruner bt-devel@crosswire.org
Sat, 17 Feb 2001 23:02:52 +0100


On Samstag, 17. Februar 2001 17:21, you wrote:
> Yes, you are right, that the CXXFLAGS and CPPFLAGS are overidden in
> configure.in.
> I made it in this way because I had to enable exceptions and the rtti part.
> But since this increases code size very much I disable it globally and
> enable it for the libs which use them (swordbackend and presenters).
>
> > (I'd also like to turn these annoying strict-compiling messages off)
>
> Remove -Wall from CPPFLAGS or CXXFLAGS.
>

How do I do this now? Can I pass arguments to configure?
Another question: what does rtti mean? Do we use it?

Martin