aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorGeoff Lang <geofflang@chromium.org>2014-04-19 12:39:25 -0400
committerGeoff Lang <geofflang@chromium.org>2014-04-22 14:40:15 +0000
commit6cec85094687a44e1e44fae013d7e7e92a943dda (patch)
treeab7c293ca1e438f65b0c51a842253dcbc02e8cf3 /build
parent1056726094b11c834b6623d378baf3c7a19c00af (diff)
downloadangle-6cec85094687a44e1e44fae013d7e7e92a943dda.tar.gz
Re-enable RTTI and fix compilation errors.
BUG=angle:616 Change-Id: I964ddc4a3d51d5f202608e3162edb684290cbc6a Reviewed-on: https://chromium-review.googlesource.com/195731 Reviewed-by: Shannon Woods <shannonwoods@chromium.org> Reviewed-by: Jamie Madill <jmadill@chromium.org> Tested-by: Geoff Lang <geofflang@chromium.org>
Diffstat (limited to 'build')
-rw-r--r--build/common.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/common.gypi b/build/common.gypi
index 68c91ea2..7c065b10 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -75,7 +75,7 @@
#'ExceptionHandling': '0',
'EnableFunctionLevelLinking': 'true',
'MinimalRebuild': 'false',
- 'RuntimeTypeInfo': 'false',
+ 'RuntimeTypeInfo': 'true',
'WarningLevel': '4',
},
'VCLinkerTool':