Commit f6a5d422 authored by ager@chromium.org's avatar ager@chromium.org

Land gyp change to remove -Os from C++ flags if it exists on Linux.

Review URL: http://codereview.chromium.org/439014

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@3347 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 9d440fdd
...@@ -81,6 +81,7 @@ ...@@ -81,6 +81,7 @@
['OS=="linux"', { ['OS=="linux"', {
'cflags!': [ 'cflags!': [
'-O2', '-O2',
'-Os',
], ],
'cflags': [ 'cflags': [
'-fomit-frame-pointer', '-fomit-frame-pointer',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment