Skip to content
This repository was archived by the owner on Oct 25, 2024. It is now read-only.

Commit a9272f2

Browse files
authored
Disable thin archive for OWT SDK static lib on Linux. (#698)
1 parent 9de4b0a commit a9272f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

talk/owt/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ if (!is_ios) {
116116
deps += [ ":owt_sdk_conf" ]
117117
}
118118
complete_static_lib = true
119+
configs -= [ "//build/config/compiler:thin_archive" ]
119120
}
120121
}
121122
}

0 commit comments

Comments
 (0)