Re: Building Firebird/Mozilla with gtk 2.2.2
Christian Biesinger <[email protected]> Tue, 29 Jul 2003 20:07:50 GMT
| Newsgroups | gmane.comp.mozilla.devel.unix,gmane.comp.mozilla.builds |
|---|---|
| Organization | Customers chello Austria |
| Message-ID | <[email protected]> |
Geoff Leach wrote:
> I probably need to have another look at the --enable-cpp-rtti and
> --enable-cpp-exceptions. From a quick look at the g++ (2.3.2) man page
> they are (now?) enabled by default.
Yes, G++ enables them by default, but mozilla explicitly disables them
(unless you use these --enable-cpp-{rtti,exceptions} flags), because
they make the code bigger and mozilla doesn't use these features anyway.