`make quickcheck` will build “fast” modes for each arch (basically “release” and “optdebug” modes for each arch, starting with ia32) — you can force an x64 build with `make x64.quickcheck` or `make x64.<mode>.quickcheck`
> On Dec 12, 2014, at 11:22 PM, Isiah Meadows <[email protected]> wrote: > > I'm not set up for cross-compilation, so I get all kinds of errors in > building for IA32. But, when I run `make quickcheck`, it starts > building/testing for IA32 instead of my native architecture x86_64. How can I > fix this? > > -- > -- > v8-users mailing list > [email protected] > http://groups.google.com/group/v8-users > <http://groups.google.com/group/v8-users> > --- > You received this message because you are subscribed to the Google Groups > "v8-users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] > <mailto:[email protected]>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. -- -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" 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.
