Re: [v8-dev] Problems with Mac Compilation

2020-09-28 Thread 'Victor Gomes' via v8-dev
Hi Artur, V8_REVERSE_JSARGS is defined in BUILD.gn (or with the GN flag v8_reverse_js_args) and it is true by default in ToT. As Ben mentioned, if you are building your own project against V8, you must make sure that the project uses the same set of defines. Best, On Mon, Sep 28, 2020 at 8:36

Re: [v8-dev] Problems with Mac Compilation

2020-09-28 Thread Ben Noordhuis
On Mon, Sep 28, 2020 at 12:55 AM Artur Ventura wrote: > > Hi there > > I've been trying to compile and run v8 on a mac but I'm having problems. > > I used the basic compilation args.gn generated by `gn args > out.gn/x64.release.sample`: > > ``` > is_component_build = false > is_debug = true >