11cb0ef41Sopenharmony_ci# Copyright 2021 the V8 project authors. All rights reserved.
21cb0ef41Sopenharmony_ci# Use of this source code is governed by a BSD-style license that can be
31cb0ef41Sopenharmony_ci# found in the LICENSE file.
41cb0ef41Sopenharmony_ci
51cb0ef41Sopenharmony_ci# Pass CC, CXX and PATH from the environment
61cb0ef41Sopenharmony_cibuild --action_env=CC
71cb0ef41Sopenharmony_cibuild --action_env=CXX
81cb0ef41Sopenharmony_cibuild --action_env=PATH
91cb0ef41Sopenharmony_ci
101cb0ef41Sopenharmony_ci# Use Clang compiler
111cb0ef41Sopenharmony_cibuild:clang --action_env=BAZEL_COMPILER=clang
121cb0ef41Sopenharmony_cibuild:clang --action_env=CC=clang
131cb0ef41Sopenharmony_cibuild:clang --action_env=CXX=clang++
141cb0ef41Sopenharmony_ci
151cb0ef41Sopenharmony_ci# V8 debug config
161cb0ef41Sopenharmony_cibuild:debug --compilation_mode=dbg
171cb0ef41Sopenharmony_cibuild:debug --config=v8_enable_debugging_features
181cb0ef41Sopenharmony_cibuild:debug --//:v8_enable_fast_mksnapshot
191cb0ef41Sopenharmony_cibuild:debug --//:v8_enable_backtrace
201cb0ef41Sopenharmony_cibuild:debug --//:v8_enable_handle_zapping
211cb0ef41Sopenharmony_ci
221cb0ef41Sopenharmony_ci# v8_enable_debugging_features flags
231cb0ef41Sopenharmony_cibuild:v8_enable_debugging_features --//:v8_enable_verify_heap
241cb0ef41Sopenharmony_cibuild:v8_enable_debugging_features --//:v8_enable_object_print
251cb0ef41Sopenharmony_cibuild:v8_enable_debugging_features --//:v8_enable_disassembler
261cb0ef41Sopenharmony_cibuild:v8_enable_debugging_features --//:v8_enable_trace_maps
271cb0ef41Sopenharmony_cibuild:v8_enable_debugging_features --//:v8_enable_test_features
281cb0ef41Sopenharmony_cibuild:v8_enable_debugging_features --//:v8_enable_v8_checks
291cb0ef41Sopenharmony_cibuild:v8_enable_debugging_features --//:v8_code_comments
301cb0ef41Sopenharmony_cibuild:v8_enable_debugging_features --//:v8_enable_debug_code
311cb0ef41Sopenharmony_cibuild:v8_enable_debugging_features --//:v8_enable_snapshot_native_code_counters
32