-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PR-URL: #39469 Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
- Loading branch information
Showing
2,236 changed files
with
66,632 additions
and
35,958 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Copyright 2021 the V8 project authors. All rights reserved. | ||
# Use of this source code is governed by a BSD-style license that can be | ||
# found in the LICENSE file. | ||
|
||
# V8 bazel port only supports clang | ||
build --action_env=BAZEL_COMPILER=clang | ||
build --action_env=CC=clang | ||
build --action_env=CXX=clang++ | ||
build --action_env=PATH | ||
|
||
# V8 debug config | ||
build:debug --compilation_mode=dbg | ||
build:debug --config=v8_enable_debugging_features | ||
build:debug --//:v8_enable_fast_mksnapshot | ||
build:debug --//:v8_enable_backtrace | ||
|
||
# v8_enable_debugging_features flags | ||
build:v8_enable_debugging_features --//:v8_enable_verify_heap | ||
build:v8_enable_debugging_features --//:v8_enable_object_print | ||
build:v8_enable_debugging_features --//:v8_enable_disassembler | ||
build:v8_enable_debugging_features --//:v8_enable_trace_maps | ||
build:v8_enable_debugging_features --//:v8_enable_test_features | ||
build:v8_enable_debugging_features --//:v8_enable_v8_checks | ||
build:v8_enable_debugging_features --//:v8_code_comments | ||
build:v8_enable_debugging_features --//:v8_enable_debug_code | ||
build:v8_enable_debugging_features --//:v8_enable_snapshot_native_code_counters |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Copyright 2021 the V8 project authors. All rights reserved. | ||
# Use of this source code is governed by a BSD-style license that can be | ||
# found in the LICENSE file. | ||
|
||
# People change their names or email addresses for many reasons. This | ||
# list makes sure people’s preferences are respected when using Git | ||
# commands such as `git log` or `git blame`. | ||
# | ||
# See https://git-scm.com/docs/gitmailmap for more information. | ||
# | ||
# Please keep the list sorted. | ||
|
||
Clemens Backes <clemensb@chromium.org> Clemens Hammacher <clemensh@chromium.org> | ||
Timothy Gu <timothygu@chromium.org> <timothygu99@gmail.com> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.