summaryrefslogtreecommitdiffstats
path: root/third_party/libc++
diff options
context:
space:
mode:
authorearthdok@chromium.org <earthdok@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-30 14:46:23 +0000
committerearthdok@chromium.org <earthdok@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-30 14:46:23 +0000
commit9333526c498584579f0ecb82a6097e40c3a05cd7 (patch)
tree680bc4d89cd84bdc51f7fdaa69a8f7c74177f4e3 /third_party/libc++
parent006ce1ae058abc1741363193d6a80372d22a03f3 (diff)
downloadchromium_src-9333526c498584579f0ecb82a6097e40c3a05cd7.zip
chromium_src-9333526c498584579f0ecb82a6097e40c3a05cd7.tar.gz
chromium_src-9333526c498584579f0ecb82a6097e40c3a05cd7.tar.bz2
Clean up and sort libc++/libc++abi build flags.
In particular, no longer override global -O and -g settings. BUG=318770 R=glider@chromium.org NOTRY=true TEST=compile Review URL: https://codereview.chromium.org/428233002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@286516 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/libc++')
-rw-r--r--third_party/libc++/libc++.gyp12
1 files changed, 1 insertions, 11 deletions
diff --git a/third_party/libc++/libc++.gyp b/third_party/libc++/libc++.gyp
index d26d06e..3706844 100644
--- a/third_party/libc++/libc++.gyp
+++ b/third_party/libc++/libc++.gyp
@@ -86,19 +86,9 @@
'../libc++abi/trunk/include',
],
'cflags': [
- '-g', '-Os', '-fPIC',
- '-std=c++11',
'-fstrict-aliasing',
- '-Wall',
- '-Wextra',
- '-Wshadow',
- '-Wconversion',
- '-Wnewline-eof',
- '-Wpadded',
- '-Wmissing-prototypes',
- '-Wstrict-aliasing=2',
- '-Wstrict-overflow=4',
'-nostdinc++',
+ '-std=c++11',
],
'cflags_cc!': [
'-fno-rtti',