Skip to content

Commit

Permalink
DEV: Upgrade to libv8 8.4 (#166)
Browse files Browse the repository at this point in the history
* Use (unreleased) libv8 8.4.307.0

* Upgrade to libv8 8.4, fix slightly flakey test

* make memory test even *less* flakey

Co-authored-by: Gustavo Lopes <mail@geleia.net>
  • Loading branch information
nightpool and cataphract committed Jul 21, 2020
1 parent 4d179bf commit 24c4638
Show file tree
Hide file tree
Showing 4 changed files with 105 additions and 88 deletions.
1 change: 1 addition & 0 deletions ext/mini_racer_extension/extconf.rb
Expand Up @@ -11,6 +11,7 @@
$CPPFLAGS += " -fPIC" unless $CPPFLAGS.split.include? "-rdynamic" or IS_DARWIN
$CPPFLAGS += " -std=c++0x"
$CPPFLAGS += " -fpermissive"
$CPPFLAGS += " -DV8_COMPRESS_POINTERS"

$CPPFLAGS += " -Wno-reserved-user-defined-literal" if IS_DARWIN

Expand Down

0 comments on commit 24c4638

Please sign in to comment.