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: http://src.chromium.org/svn/trunk/src/build@18701 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
deanm@chromium.org 2009-06-18 10:49:45 +00:00
Родитель 15068482c3
Коммит 5cbc12dcc0
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -350,7 +350,6 @@
'cflags': [
'-m32',
'-fno-exceptions',
'-fno-threadsafe-statics',
'-Wall',
],
'ldflags': [