File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 102
102
'obj_dir%' : '<(PRODUCT_DIR)/obj.target' ,
103
103
'v8_base' : '<(PRODUCT_DIR)/libv8_snapshot.a' ,
104
104
}],
105
+ ['target_arch in "ppc64 s390x"' , {
106
+ 'v8_enable_backtrace' : 1 ,
107
+ }],
105
108
],
106
109
},
107
110
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ if [[ "$ARCH" == "s390x" ]] || [[ "$ARCH" == "ppc64le" ]]; then
28
28
g++ --version
29
29
gcc --version
30
30
export PKG_CONFIG_PATH=$BUILD_TOOLS /pkg-config
31
- gn gen -v out.gn/$BUILD_ARCH_TYPE --args=" is_component_build=false is_debug=false use_goma=false goma_dir=\" None\" use_custom_libcxx=false v8_target_cpu=\" $TARGET_ARCH \" target_cpu=\" $TARGET_ARCH \" "
31
+ gn gen -v out.gn/$BUILD_ARCH_TYPE --args=" is_component_build=false is_debug=false use_goma=false goma_dir=\" None\" use_custom_libcxx=false v8_target_cpu=\" $TARGET_ARCH \" target_cpu=\" $TARGET_ARCH \" v8_enable_backtrace=true "
32
32
ninja -v -C out.gn/$BUILD_ARCH_TYPE d8 cctest inspector-test
33
33
else
34
34
PATH=~ /_depot_tools:$PATH tools/dev/v8gen.py $BUILD_ARCH_TYPE --no-goma $V8_BUILD_OPTIONS
You can’t perform that action at this time.
0 commit comments