On Tue, Sep 22, 2009 at 12:07 AM, James Su <[email protected]> wrote:
>   I'd like to compile chromium with some special CFLAGS/CXXFLAGS, how can I
> do? I'm using make build on 64bit Linux.

Yes, e.g. create ~/.gyp/include.gypi
{
 'variables': {
   'release_extra_cflags': '-g',
   'debug_extra_cflags': '--fno-frobozz',
  }
}

and then do gclient runhooks --force

--~--~---------~--~----~------------~-------~--~----~
Chromium Developers mailing list: [email protected] 
View archives, change email options, or unsubscribe: 
    http://groups.google.com/group/chromium-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to