mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-02-06 22:13:26 +01:00
ab94a13522
- Mac: 13.3 SDK (Xcode 14.3) is now supported (see https://crbug.com/1431897). - Mac: Removed UnderlayOpenGLHostingWindow which is no longer used.
14 lines
415 B
Diff
14 lines
415 B
Diff
diff --git build/config/compiler/BUILD.gn build/config/compiler/BUILD.gn
|
|
index 53db095c1b1ef..de2e7de4bf231 100644
|
|
--- build/config/compiler/BUILD.gn
|
|
+++ build/config/compiler/BUILD.gn
|
|
@@ -1929,8 +1929,6 @@ config("thin_archive") {
|
|
# confuses lldb.
|
|
if ((is_posix && !is_nacl && !is_apple) || is_fuchsia) {
|
|
arflags = [ "-T" ]
|
|
- } else if (is_win && use_lld) {
|
|
- arflags = [ "/llvmlibthin" ]
|
|
}
|
|
}
|
|
|