tychota / pyv8

Automatically exported from code.google.com/p/pyv8
0 stars 0 forks source link

[patch] Enable linking with V8 in debug mode #30

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
This patch enables to link with library v8_g if environment variable DEBUG 
is set. Please check it on another platforms (i have checked it only on 
linux).

Sample usage:
build v8 with:
$ scons mode=debug
now build pyv8 with:
$ export DEBUG=1
$ export V8_HOME=/path/to/v8
$ python setup.py bdist
...
...
profit!

Original issue reported on code.google.com by gauss...@gmail.com on 19 Jan 2010 at 11:27

Attachments:

GoogleCodeExporter commented 8 years ago
Thanks for your patch, please verify it with code from SVN r207 or later.

Original comment by flier...@gmail.com on 19 Jan 2010 at 2:40

GoogleCodeExporter commented 8 years ago
It works, thank you.

Original comment by gauss...@gmail.com on 20 Jan 2010 at 12:13

GoogleCodeExporter commented 8 years ago
Thanks

Original comment by flier...@gmail.com on 20 Jan 2010 at 12:17