open-webrtc-toolkit / owt-client-native

Open WebRTC Toolkit client SDK for native Windows/Linux/iOS applications.
https://01.org/open-webrtc-toolkit
Apache License 2.0
389 stars 181 forks source link

window下我重新编译的lib为什么比官网提供的大很多呢? #323

Open liubin123456 opened 4 years ago

liubin123456 commented 4 years ago

官网提供的X86 owt-release.lib大小为232M 我重新编译的425M 什么都没动为什么大小会相差这么多下面是我的编译指令:python build-win.py --arch=x86 --scheme=release --gn_gen --sdk --ssl_root "C:\OpenSSL-Win32" --msdk_root "C:\Progr am Files (x86)\IntelSWTools\Intel(R) Media SDK 2019 R1\Software Development Kit" --output_path "D:\webrtc\src\owt-x86-build"

liubin123456 commented 4 years ago

@XueshiQiao @qwu16 @yanbin7 @grgustaf

liubin123456 commented 4 years ago

The size of X86 owt-release.lib provided on the official website is 232m, and the 425m I recompiled hasn't changed anything. Why does the size differ so much? Here are my compilation instructions:python build-win.py --arch=x86 --scheme=release --gn_gen --sdk --ssl_root "C:\OpenSSL-Win32" --msdk_root "C:\Progr am Files (x86)\IntelSWTools\Intel(R) Media SDK 2019 R1\Software Development Kit" --output_path "D:\webrtc\src\owt-x86-build"

liubin123456 commented 4 years ago

@jianjunz

liubin123456 commented 4 years ago

@XueshiQiao @grgustaf @qwu16

taste1981 commented 4 years ago

what's the version of source you're building? and is your ssl library statically linked or dynamic?

taste1981 commented 4 years ago

and please confirm it's building release version by checking the args.gn unde owt-x86-build. see if is_debug = false;

syjml commented 4 years ago

@liubin123456 能留个联系方式吗?我在编译时遇到问题想请教下。

liubin123456 commented 4 years ago

@liubin123456 能留个联系方式吗?我在编译时遇到问题想请教下。 17625392067 加我微信

liubin123456 commented 4 years ago

and please confirm it's building release version by checking the args.gn unde owt-x86-build. see if is_debug = false; The name of the static library is owt-release.lib The version I build is 4.2.x