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

Issue 14445005: Enable fastbuild=1 on clang/mac (Closed)

Created:
7 years, 8 months ago by ukai
Modified:
7 years, 8 months ago
CC:
chromium-reviews, Isaac (away)
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Enable fastbuild=1 on clang/mac Before: $ GYP_DEFINES="disable_nacl=1 fastbuild=1" CC=clang CXX=clang++ python build/gyp_chromium $ ninja -C out/Release -t clean $ time PATH=/path/to/goma:/path/to/chromium/src/third_party/llvm-build/Release+Asserts/bin:$PATH ninja -C out/Release -j 50 chrome .. real 20m28.627s user 9m20.091s sys 2m43.130s After: $ GYP_DEFINES="disable_nacl=1 fastbuild=1" CC=clang CXX=clang++ python build/gyp_chromium $ ninja -C out/Release -t clean $ time PATH=/path/to/goma:/path/to/chromium/src/third_party/llvm-build/Release+Asserts/bin:$PATH ninja -C out/Release -j 50 chrome ... real 8m55.293s user 9m33.869s sys 2m29.931s R=thakis,shinyak,ilevy BUG=none Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=196121

Patch Set 1 #

Patch Set 2 : always set GCC_GENERATE_DEBUGGING_SYMBOLS=NO when fastbuild=1 #

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

Messages

Total messages: 10 (0 generated)
Fumitoshi Ukai
7 years, 8 months ago (2013-04-24 05:17:32 UTC) #1
Nico
:-/ This was broken by ilevy in https://chromiumcodereview.appspot.com/11364088/diff/4001/build/common.gypi Since this is set in both branches, ...
7 years, 8 months ago (2013-04-24 05:22:22 UTC) #2
Fumitoshi Ukai
On 2013/04/24 05:22:22, Nico wrote: > :-/ This was broken by ilevy in > https://chromiumcodereview.appspot.com/11364088/diff/4001/build/common.gypi ...
7 years, 8 months ago (2013-04-24 05:33:22 UTC) #3
Nico
lgtm!
7 years, 8 months ago (2013-04-24 05:35:05 UTC) #4
Nico
(and nice catch!)
7 years, 8 months ago (2013-04-24 05:35:36 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ukai@chromium.org/14445005/2002
7 years, 8 months ago (2013-04-24 05:38:34 UTC) #6
shinyak
Recently I've filed a bug about this, but immediately marked as WONTFIX :-( https://code.google.com/p/chromium/issues/detail?id=234059 I ...
7 years, 8 months ago (2013-04-24 06:01:03 UTC) #7
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) sync_integration_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=138852
7 years, 8 months ago (2013-04-24 08:56:22 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ukai@chromium.org/14445005/2002
7 years, 8 months ago (2013-04-24 10:03:40 UTC) #9
commit-bot: I haz the power
7 years, 8 months ago (2013-04-24 11:42:32 UTC) #10
Message was sent while issue was closed.
Change committed as 196121

Powered by Google App Engine
This is Rietveld 408576698