forked from pool/nodejs-electron
* Node 20.16.0 OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/nodejs-electron?expand=0&rev=169
16 lines
529 B
Diff
16 lines
529 B
Diff
--- src/base/allocator/partition_allocator/src/partition_alloc/BUILD.gn.orig
|
|
+++ src/base/allocator/partition_allocator/src/partition_alloc/BUILD.gn
|
|
@@ -292,12 +292,6 @@ if (is_clang_or_gcc) {
|
|
# but they're not backwards compatible. Use base::CPU::has_mte()
|
|
# beforehand to confirm or use indirect functions (ifuncs) to select
|
|
# an MTE-specific implementation at dynamic link-time.
|
|
- cflags = [
|
|
- "-Xclang",
|
|
- "-target-feature",
|
|
- "-Xclang",
|
|
- "+mte",
|
|
- ]
|
|
}
|
|
}
|
|
|