Skip to content

Commit

Permalink
Disable pointer compression
Browse files Browse the repository at this point in the history
  • Loading branch information
lloeki committed Jul 12, 2021
1 parent 60fe556 commit b756f8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/mini_racer_extension/extconf.rb
Expand Up @@ -13,7 +13,7 @@
$CPPFLAGS += " -fPIC" unless $CPPFLAGS.split.include? "-rdynamic" or IS_DARWIN
$CPPFLAGS += " -std=c++14"
$CPPFLAGS += " -fpermissive"
$CPPFLAGS += " -DV8_COMPRESS_POINTERS"
#$CPPFLAGS += " -DV8_COMPRESS_POINTERS"
$CPPFLAGS += " -fvisibility=hidden "

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

0 comments on commit b756f8d

Please sign in to comment.