From d340769125c3532cda130dc55444a590bca99e59 Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Mon, 21 May 2012 11:11:06 +0200 Subject: [PATCH] win32/default_pre.prf: Remove exceptions_off, thread_off, stl_off. - thread_off, stl_off are obsolete. - exceptions_off causes exceptions to be globally disabled for applications using MinGW after 2b21dd69d6a4e47f0ec3d3958ab1def0983ce76c. Change-Id: Ia109c5806f2a0172efed5680a55ca53a2846d778 Reviewed-by: Thiago Macieira Reviewed-by: Oswald Buddenhagen Reviewed-by: Joerg Bornemann --- mkspecs/features/win32/default_pre.prf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkspecs/features/win32/default_pre.prf b/mkspecs/features/win32/default_pre.prf index 6789174..385184f 100644 --- a/mkspecs/features/win32/default_pre.prf +++ b/mkspecs/features/win32/default_pre.prf @@ -1,3 +1,3 @@ -CONFIG = rtti_off exceptions_off stl_off incremental_off thread_off windows $$CONFIG +CONFIG = rtti_off incremental_off windows $$CONFIG load(default_pre) -- 2.7.4