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

Issue 18846: More updates to build optimization settings. (Closed)

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

Description

More updates to build optimization settings. - Don't pass -s, this doesn't really help anything. The way we will have to generate our final executables is with -g, and then strip them, since we will need to keep the original for its symbols. - Only gc sections in official build. This might slightly improve release link time (at the cost of size). This allows release to build with GOLD.

Patch Set 1 #

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

Messages

Total messages: 1 (0 generated)
Dean McNamee
11 years, 11 months ago (2009-01-27 14:39:54 UTC) #1
This means we should get backtraces again from a release build.  It wasn't smart
to strip them during linking, we'll have to do that during packaging.

OFFICIAL=1 will require the normal ld, but release should still link file with
GOLD again.

Powered by Google App Engine
This is Rietveld 408576698