Hello
Is it possible in g++ (3.2) to compile without exception handling? (turn off all exceptions)

I would like to estimate the performance gain on my code without exception. Is this possible without rewriting the code and taking out all try and catch etc?

(I accept that it might then crash uncleanly...)

Thanks Phil



_______________________________________________
help-gplusplus mailing list
help-gplusplus@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gplusplus

Reply via email to