Skip to content
This repository was archived by the owner on Dec 4, 2023. It is now read-only.

Commit 7f190c2

Browse files
committed
Turn on VFP3 to try and debug a segfault on ARM
1 parent 24ce917 commit 7f190c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ext/libv8/builder.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def make_flags(*flags)
2525
flags << "strictaliasing=off" if @compiler.is_a?(Compiler::GCC) and @compiler.version < '4.4'
2626

2727
# Avoid compilation failures on the Raspberry Pi.
28-
flags << "vfp2=off vfp3=off" if @compiler.target.include? "arm"
28+
flags << "vfp2=off vfp3=on" if @compiler.target.include? "arm"
2929

3030
# FIXME: Determine when to activate this instead of leaving it on by
3131
# default.

0 commit comments

Comments
 (0)