File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4949 echo 1700000000 > build\util\LASTCHANGE.committime
5050 echo LASTCHANGE=0000000000000000000000000000000000000000 > build\util\LASTCHANGE
5151
52- call gn gen out/Release "--args=target_os=\"win\" is_debug=false is_component_build=false rtc_include_tests=false rtc_build_examples=false rtc_build_tools=false rtc_enable_video=false rtc_enable_protobuf=false rtc_use_x11=false rtc_include_ilbc=false rtc_include_opus=false rtc_include_internal_audio_device=false"
52+ call gn gen out/Release "--args=target_os=\"win\" is_debug=false is_component_build=false rtc_include_tests=false rtc_build_examples=false rtc_build_tools=false rtc_enable_video=false rtc_enable_protobuf=false rtc_use_x11=false rtc_include_ilbc=false rtc_include_opus=false rtc_include_internal_audio_device=false clang_use_chrome_plugins=false "
5353 call ninja -C out/Release webrtc_ffm
5454
5555 - name : Upload Output Artifacts
Original file line number Diff line number Diff line change @@ -175,32 +175,17 @@ def generate_wrapper():
175175
176176 build_gn_content = textwrap .dedent ("""\
177177 import("//webrtc.gni")
178-
179178 shared_library("webrtc_ffm") {
180- sources = [
181- "webrtc_ffm.cc",
182- "webrtc_ffm.h",
183- ]
179+ sources = [ "webrtc_ffm.cc", "webrtc_ffm.h" ]
184180 deps = [
185181 "//modules/audio_processing:audio_processing",
186182 "//api/audio:builtin_audio_processing_builder",
187183 "//api/environment:environment_factory",
188184 "//common_audio:common_audio",
189185 "//api/audio:audio_frame_api",
190186 ]
191-
192- # 直接移除触发该报错的 Clang 检查插件
193- if (is_clang) {
194- configs -= [ "//build/config/clang:find_bad_constructs" ]
195- }
196-
197- # 降低对代码风格的严格程度
198187 configs -= [ "//build/config/compiler:chromium_code" ]
199188 configs += [ "//build/config/compiler:no_chromium_code" ]
200-
201- # 确保其他可能出现的 warning 不会被升级为 error
202- cflags = [ "-Wno-error" ]
203- cflags_cc = [ "-Wno-error" ]
204189 }
205190 """ )
206191
You can’t perform that action at this time.
0 commit comments