summaryrefslogtreecommitdiffstats
path: root/tools/configure
diff options
context:
space:
mode:
Diffstat (limited to 'tools/configure')
-rw-r--r--tools/configure/configureapp.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/configure/configureapp.cpp b/tools/configure/configureapp.cpp
index 81ddf4a..945a0f0 100644
--- a/tools/configure/configureapp.cpp
+++ b/tools/configure/configureapp.cpp
@@ -1407,8 +1407,8 @@ void Configure::applySpecSpecifics()
dictionary[ "OPENGL" ] = "no";
dictionary[ "OPENSSL" ] = "yes";
dictionary[ "STL" ] = "yes";
- dictionary[ "EXCEPTIONS" ] = "no";
- dictionary[ "RTTI" ] = "no";
+ dictionary[ "EXCEPTIONS" ] = "yes";
+ dictionary[ "RTTI" ] = "yes";
dictionary[ "ARCHITECTURE" ] = "symbian";
dictionary[ "3DNOW" ] = "no";
dictionary[ "SSE" ] = "no";