Skip to content

Commit

Permalink
apply extra_args for m76 on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
llamerada-jp committed Aug 16, 2019
1 parent ed754c0 commit 79308c4
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
},
{
"chrome_version" : 76,
"extra_args" : ["rtc_include_opus=false", "rtc_enable_protobuf=false", "rtc_build_json=false",
"extra_args" : ["rtc_include_opus=false", "rtc_enable_protobuf=false",
"rtc_build_opus=false", "rtc_use_lto=true"]
}
],
Expand All @@ -95,6 +95,7 @@
"exclude_objs" : [
"obj/webrtc/examples"
],
"extra_args" : [],
"extra_objs" : [],
"rename_objs" : {
"libdl.a" : "libopenmax_dl.a"
Expand Down Expand Up @@ -124,6 +125,12 @@
{
"chrome_version" : 71,
"rename_objs" : {}
},
{
"chrome_version" : 76,
"header_root_path" : "src",
"extra_args" : ["rtc_include_opus=false", "rtc_enable_protobuf=false",
"rtc_build_opus=false", "rtc_use_lto=true"]
}
]
}

0 comments on commit 79308c4

Please sign in to comment.