mirror of
https://github.com/termux/termux-packages.git
synced 2024-12-11 23:00:52 +00:00
bb14ef479e
also move to ninja instead of make to make the logs a bit more readable
24 lines
658 B
Diff
24 lines
658 B
Diff
--- ./tools/v8_gypfiles/toolchain.gypi.orig 2024-02-16 19:22:17.174789664 +0530
|
|
+++ ./tools/v8_gypfiles/toolchain.gypi 2024-02-16 19:25:03.257070768 +0530
|
|
@@ -62,7 +62,7 @@
|
|
'mips_use_msa%': 0,
|
|
|
|
# Print to stdout on Android.
|
|
- 'v8_android_log_stdout%': 0,
|
|
+ 'v8_android_log_stdout%': 1,
|
|
|
|
'v8_enable_backtrace%': 0,
|
|
|
|
@@ -277,11 +277,6 @@
|
|
'defines': [
|
|
'V8_TARGET_ARCH_ARM64',
|
|
],
|
|
- 'conditions': [
|
|
- ['v8_control_flow_integrity==1', {
|
|
- 'cflags': [ '-mbranch-protection=standard' ],
|
|
- }],
|
|
- ],
|
|
}],
|
|
['v8_target_arch=="riscv64"', {
|
|
'defines': [
|