File tree 3 files changed +14
-2
lines changed
3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ vars = {
12
12
'build_with_chromium' : False ,
13
13
14
14
'build_url' : 'https://chromium.googlesource.com/chromium/src/build.git' ,
15
- 'build_revision' : '535cafcf901e3fdc3318b5fbece29a77f6acc20b ' ,
15
+ 'build_revision' : 'bd593a2f4d76954dacdaae6140c1e0368a511a5c ' ,
16
16
17
17
'buildtools_url' : 'https://chromium.googlesource.com/chromium/src/buildtools.git' ,
18
18
'buildtools_revision' : '9fba2b959007f7ef80990be4e940d98a692f7dd0' ,
Submodule
build updated from 535cafc to bd593a2
Original file line number Diff line number Diff line change @@ -10,3 +10,15 @@ build_with_chromium = false
10
10
ignore_elf32_limitations = true
11
11
12
12
use_system_xcode = true
13
+
14
+ # Enables assertions on safety checks in libc++.
15
+ #
16
+ # This should be set to true whenever building with Chrome's custom libc++ in
17
+ # order to guard against undefined behavior. However, the asserts added by
18
+ # hardening libc++ may introduce some performance overhead, so this is
19
+ # configurable to simplify A/B tests, and to allow performance-sensitive
20
+ # projects embedding Chrome (e.g. ANGLE) to disable libc++ hardening.
21
+ #
22
+ # Note that setting this to true only has an effect when also building with
23
+ # `use_custom_libcxx = true`.
24
+ enable_safe_libcxx = true
You can’t perform that action at this time.
0 commit comments