From 2b21dd69d6a4e47f0ec3d3958ab1def0983ce76c Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Wed, 9 May 2012 18:52:44 +0200 Subject: 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 --- src/tools/bootstrap/bootstrap.pro | 1 + 1 file changed, 1 insertion(+) (limited to 'src/tools/bootstrap/bootstrap.pro') diff --git a/src/tools/bootstrap/bootstrap.pro b/src/tools/bootstrap/bootstrap.pro index 37b4c3dd1d..239f9e58b3 100644 --- a/src/tools/bootstrap/bootstrap.pro +++ b/src/tools/bootstrap/bootstrap.pro @@ -4,6 +4,7 @@ CONFIG += staticlib CONFIG += console qtinc CONFIG -= qt +CONFIG += exceptions_off build_all:!build_pass { CONFIG -= build_all CONFIG += release -- cgit v1.2.3