-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: enable_safe_libstdcxxの未定義修正パッチ追加
Signed-off-by: Zenichi Amano <[email protected]>
- Loading branch information
1 parent
1b02390
commit 77dd88f
Showing
4 changed files
with
16 additions
and
3 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
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
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,10 @@ | ||
--- a/src/build_overrides/build.gni | ||
+++ b/src/build_overrides/build.gni | ||
@@ -11,6 +11,7 @@ enable_java_templates = true | ||
|
||
# Enables assertions on safety checks in libc++. | ||
enable_safe_libcxx = true | ||
+enable_safe_libstdcxx = true | ||
|
||
# Don't set this variable to true when building stadalone WebRTC, it is | ||
# only needed to support both WebRTC standalone and Chromium builds. |