turn off exceptions by default where they aren't required
authorLars Knoll <lars.knoll@nokia.com>
Wed, 9 May 2012 16:52:44 +0000 (18:52 +0200)
committerQt by Nokia <qt-info@nokia.com>
Thu, 17 May 2012 03:14:26 +0000 (05:14 +0200)
commit2b21dd69d6a4e47f0ec3d3958ab1def0983ce76c
tree5ddb2fc848bb3a57b3b122c0783cb01fd9c80237
parentd07982b104de5dc2b54bef09c071500ce22cf539
turn off exceptions by default where they aren't required

This significantly reduces the size of the generated code
in places where we don't need exceptions.

The -(no-)exceptions configure flag has been removed in the
process, as there is now a fine grained way to control this
on a per module level, and Qt is being compiled without
exceptions in most places.

Change-Id: I99a15c5d03339db1fbffd4987935d0d671cdbc32
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
16 files changed:
configure
dist/changes-5.0.0
mkspecs/common/gcc-base.conf
mkspecs/features/default_pre.prf
mkspecs/features/exceptions.prf [moved from mkspecs/features/win32/exceptions.prf with 85% similarity]
mkspecs/features/exceptions_off.prf [moved from mkspecs/features/win32/exceptions_off.prf with 85% similarity]
mkspecs/features/qt_module.prf
mkspecs/irix-cc-64/qmake.conf
mkspecs/irix-cc/qmake.conf
src/concurrent/concurrent.pro
src/corelib/corelib.pro
src/corelib/global/qglobal.h
src/testlib/testlib.pro
src/tools/bootstrap/bootstrap.pri
src/tools/bootstrap/bootstrap.pro
tools/configure/configureapp.cpp