On Thu, Dec 31, 2009 at 3:17 PM, Dan Kegel <[email protected]> wrote: > On Thu, Dec 31, 2009 at 3:14 PM, n179911 <[email protected]> wrote: >> And I have put 'shared' library in my include gypi file >> >> $ more ~/.gyp/include.gpyi >> {'variables': { >> 'library': 'shared_library', >> }} >> >> How can I make sure that it is building in shared library and using >> the gold linker? >> I find linking chromium is still take a long time (~ 10 minutes) on my >> machine. > > Did you rerun gyp, e.g. with the command > glient runhooks --force > after changing ~/.gyp/include.gypi ? >
Yes, I did run 'glient runhooks --force' before I run 'make out/Debug/chrome' again. When I build chromium as a shared library, will the result binary(ies) be different, is there something I can check to make sure the chromium I built is 'shared library'? Thank you. -- Chromium Developers mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-dev
