summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authordeanm@chromium.org <deanm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-18 10:49:45 +0000
committerdeanm@chromium.org <deanm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-18 10:49:45 +0000
commit0c8e77459b6d7f8a2a8773c4da934ccdf08a2bce (patch)
treee037a011cf80a1559822398da644f23fda4833d5 /build
parentb39fec83e7d9058cd68d323d808ddbab436d4887 (diff)
downloadchromium_src-0c8e77459b6d7f8a2a8773c4da934ccdf08a2bce.zip
chromium_src-0c8e77459b6d7f8a2a8773c4da934ccdf08a2bce.tar.gz
chromium_src-0c8e77459b6d7f8a2a8773c4da934ccdf08a2bce.tar.bz2
Revert the addition of -fno-threadsafe-statics. It breaks the build:
cc1: warning: command line option "-fno-threadsafe-statics" is valid for C++/ObjC++ but not for C From what I can find, GYP has not separation between C and C++ flags :( Review URL: http://codereview.chromium.org/131031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18701 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r--build/common.gypi1
1 files changed, 0 insertions, 1 deletions
diff --git a/build/common.gypi b/build/common.gypi
index 202900e..f7ec8c2 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -350,7 +350,6 @@
'cflags': [
'-m32',
'-fno-exceptions',
- '-fno-threadsafe-statics',
'-Wall',
],
'ldflags': [