diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-28 19:12:22 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-28 19:12:22 +0000 |
commit | 832d0211871f2bf86f5cc99059c7ccd378086d03 (patch) | |
tree | a85f011009c8e08c225434f539296a94f0bc5508 /build | |
parent | a57e9b02973f38879ddee08dcc35c753251bafd6 (diff) | |
download | chromium_src-832d0211871f2bf86f5cc99059c7ccd378086d03.zip chromium_src-832d0211871f2bf86f5cc99059c7ccd378086d03.tar.gz chromium_src-832d0211871f2bf86f5cc99059c7ccd378086d03.tar.bz2 |
Put back -fno-rtti which I somehow accidentally checked in.
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/342021
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30371 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/common.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/common.gypi b/build/common.gypi index da571a9..700bdc0 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -498,7 +498,7 @@ '-D_FILE_OFFSET_BITS=64', ], 'cflags_cc': [ - #'-fno-rtti', + '-fno-rtti', '-fno-threadsafe-statics', ], 'ldflags': [ |