Skip to content

Commit

Permalink
Update to libv8-node 19.9.0 + bump to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lloeki committed May 27, 2023
1 parent 2db9b00 commit 43ba46e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ext/mini_racer_extension/extconf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
$CXXFLAGS += " -g" unless $CXXFLAGS.split.include? "-g"
$CXXFLAGS += " -rdynamic" unless $CXXFLAGS.split.include? "-rdynamic"
$CXXFLAGS += " -fPIC" unless $CXXFLAGS.split.include? "-rdynamic" or IS_DARWIN
$CXXFLAGS += " -std=c++14"
$CXXFLAGS += " -std=c++17"
$CXXFLAGS += " -fpermissive"
#$CXXFLAGS += " -DV8_COMPRESS_POINTERS"
$CXXFLAGS += " -fvisibility=hidden "
Expand Down
4 changes: 2 additions & 2 deletions lib/mini_racer/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true

module MiniRacer
VERSION = "0.8.0"
LIBV8_NODE_VERSION = "~> 18.16.0.0"
VERSION = "0.9.0"
LIBV8_NODE_VERSION = "~> 19.9.0.0"
end

0 comments on commit 43ba46e

Please sign in to comment.