Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(23)

Issue 131031: Revert the addition of -fno-threadsafe-statics. It breaks the build: (Closed)

Created:
11 years, 6 months ago by Dean McNamee
Modified:
9 years, 7 months ago
Reviewers:
Mark Mentovai
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

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 :(

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+0 lines, -1 line) Patch
M build/common.gypi View 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 1 (0 generated)
Dean McNamee
11 years, 6 months ago (2009-06-18 10:49:26 UTC) #1
I had thought -fno-exceptions would have only been valid in C++ code also, which
is why I thought adding this here would be safe.

Is there not a separation between c and c++ flags?  How do I solve this?

Powered by Google App Engine
This is Rietveld 408576698