The issue is fixed by compiling is using below command:
gn gen M76bin/x64/Release --winsdk="10.0.17134.0" --ide="vs2017" --args="proprietary_codecs=true is_debug=false target_cpu=\"x64\" symbol_level=2 use_rtti=true is_clang=false is_win_fastlink=true use_lld = false rtc_exclude_metrics_default=false rtc_exclude_field_trial_default=false"
its use_lld=false which did the trick.
Posting here as it may be useful for some one else.
On Friday, November 15, 2019 at 3:39:52 PM UTC+5:30, satheesh kumar wrote: