There's no way to mix Release and Debug configurations in a single build, so you'll have to adapt the 'Release' section of V8's build/toolchain.gypi to use different flags/defines/whatever in Release mode.
On Thu, May 15, 2014 at 12:02 AM, MasRud <[email protected]>wrote: > Hi there, > I was wondering how I can build V8 in Debug mode? I want the V8 in the > chromium to be in Debug mode, while other parts of the chromium are not in > Debug mode. > > Thanks, > Masoomeh > > -- > -- > v8-dev mailing list > [email protected] > http://groups.google.com/group/v8-dev > --- > You received this message because you are subscribed to the Google Groups > "v8-dev" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups "v8-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
