mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
v8: try o fix via option
This commit is contained in:
parent
2ddbb87e99
commit
1a912397c6
1 changed files with 2 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
pkgname=v8
|
||||
pkgver=10.7
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Google's open source JavaScript and WebAssembly engine"
|
||||
arch=('x86_64')
|
||||
url="https://v8.dev"
|
||||
|
@ -81,6 +81,7 @@ prepare() {
|
|||
v8_generate_external_defines_header=true
|
||||
v8_enable_i18n_support=true
|
||||
v8_enable_object_print=true
|
||||
v8_enable_sandbox=false
|
||||
v8_enable_verify_heap=true
|
||||
v8_use_external_startup_data=false
|
||||
dcheck_always_on=false'
|
||||
|
|
Loading…
Add table
Reference in a new issue