gnash-dev
[Top][All Lists]
Advanced

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

[Gnash-dev] RTTI and embedded systems


From: strk
Subject: [Gnash-dev] RTTI and embedded systems
Date: Fri, 4 Aug 2006 11:29:06 +0200

On Thu, Aug 03, 2006 at 05:07:45PM -0700, yj wrote:
> That's true, nothing different between the embedded
> platform and the PC at this point,
> the problem is that if I add the --enable-embedded
> option for configuration,
> The compilation won't be successful.

Question is: is the -fno-rtti flag really needed ?
We can surely do w/out RTTI (and indeed code was w/out it before
we introduced dynamic_cast<>... ).

Often, we need dynamic_cast<> in assertions only (but there's probably
some place outside of it).

--strk;




reply via email to

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