shinchiro / mpv-winbuild-cmake

CMake-based MinGW-w64 Cross Toolchain
662 stars 118 forks source link

rustup: switch to nightly channel #628

Closed Andarwinux closed 8 months ago

Andarwinux commented 8 months ago

cargo: enable rustc multithread libdovi,rav1e: enable build-std, use gnullvm target for clang llvm-compiler: force llvm target match rust gnullvm (*-pc-windows-gnu) avoid linker warnings

CharlesMengCA commented 8 months ago

Hi @Andarwinux

Was there a problem with this pull? Actually I like the changes here. The build will be 700KB smaller and no problem found so far using this pull in my personal test. :)

Regular build:

03/28/2024  12:19 PM        52,651,008 mpv.exe
03/28/2024  12:19 PM        52,648,960 libmpv-2.dll

Using this pull:

03/28/2024  11:25 AM        51,904,000 mpv.exe
03/28/2024  11:25 AM        51,901,440 libmpv-2.dll
CharlesMengCA commented 8 months ago

Thank you very much!