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

Commit 98c5a14

Browse files
committed
Produce debug version if the version string includes 'beta'
1 parent 49f5fcc commit 98c5a14

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
@@ -32,7 +32,7 @@ def generate_gn_args
3232
end
3333

3434
def debug_build?
35-
enable_config('debug')
35+
enable_config('debug') || Libv8::VERSION.include?('beta')
3636
end
3737

3838
def build_libv8!

0 commit comments

Comments
 (0)