This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Use of -fno-exceptions
- From: "Ian Cottam" <ian at transitives dot com>
- To: <gcc at gnu dot org>
- Date: Mon, 19 Nov 2001 14:18:31 -0000
- Subject: Use of -fno-exceptions
- Organization: Transitive Technologies Ltd
- Reply-to: "Ian Cottam" <ian at transitives dot com>
We use gcc 2.95.3.
To save space in our very large build we use -fno-exceptions.
Now, a colleague says he needs exceptions in one, localized class. Is it
safe to just compile this class/file (but no other) with the
default -fexceptions ?
Thanks for any help.
-Ian
Ian Cottam