Commit 296ce7ce authored by thestig@chromium.org's avatar thestig@chromium.org

Use early expansion for debug_optimize and release_optimize

BUG=139118
TEST=none

Review URL: https://chromiumcodereview.appspot.com/10828084

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149677 0039d316-1c4b-4281-b951-d872f2087c98
parent 4eceeaa3
...@@ -2059,7 +2059,7 @@ ...@@ -2059,7 +2059,7 @@
'release_valgrind_build%': 0, 'release_valgrind_build%': 0,
}, },
'cflags': [ 'cflags': [
'-O>(release_optimize)', '-O<(release_optimize)',
# Don't emit the GCC version ident directives, they just end up # Don't emit the GCC version ident directives, they just end up
# in the .comment section taking up binary size. # in the .comment section taking up binary size.
'-fno-ident', '-fno-ident',
......
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