Bug 103779 - Would be nice to have an easy way to build profile-able build of Chromium
Summary: Would be nice to have an easy way to build profile-able build of Chromium
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-30 14:31 PST by Eric Seidel (no email)
Modified: 2013-04-11 11:47 PDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Seidel (no email) 2012-11-30 14:31:47 PST
Would be nice to have an easy way to build profile-able build of Chromium

Perhaps:
build-webkit --chromium --profile?

Modifying ~/.gyp/include.gypi or GYP_DEFINES to include "profiling=1" or "mac_no_strip=1" is lame.
Comment 1 Eric Seidel (no email) 2012-11-30 14:34:58 PST
mac_strip_release, rather.