Skip to content

Commit

Permalink
Use (unreleased) libv8 8.4.307.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cataphract committed May 9, 2020
1 parent 2b1ee80 commit 21cda0e
Show file tree
Hide file tree
Showing 2 changed files with 102 additions and 85 deletions.
1 change: 1 addition & 0 deletions ext/mini_racer_extension/extconf.rb
Original file line number Diff line number Diff line change
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 21cda0e

Please sign in to comment.