forked from qtwebkit/qtwebkit
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FIXME: qwebelement depends on jsc and jsc does not use rtti
- Loading branch information
Showing
1 changed file
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
As you may guess, this build fix is not a proper solution. Idea behind enabling
-frtti
on these files is to provide compatibility with user code that uses public APIs and compiles with enabled RTTI (because using no-rtti classes in rtti code leads to linking errors similar to what you've seen)