2b21dd69d6
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>
7 lines
193 B
Plaintext
7 lines
193 B
Plaintext
CONFIG -= exceptions_off
|
|
QMAKE_CFLAGS *= $$QMAKE_CFLAGS_EXCEPTIONS_ON
|
|
QMAKE_CXXFLAGS *= $$QMAKE_CXXFLAGS_EXCEPTIONS_ON
|
|
QMAKE_LFLAGS *= $$QMAKE_LFLAGS_EXCEPTIONS_ON
|
|
DEFINES -= QT_NO_EXCEPTIONS
|
|
|