Skip to content

Commit

Permalink
fuck
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmercerind authored Oct 9, 2024
1 parent 4b71793 commit 1b4dcf1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/mpv.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ ExternalProject_Add(mpv
--cross-file=${MESON_CROSS}
--default-library=shared
--prefer-static
-Ddebug=false
-Db_ndebug=false
-Ddebug=true
-Db_ndebug=true
-Doptimization=3
-Db_lto=true
${mpv_lto_mode}
Expand All @@ -36,7 +36,6 @@ ExternalProject_Add(mpv
-Dopenal=disabled
-Dspirv-cross=enabled
-Dvulkan=enabled
-Dvapoursynth=enabled
${mpv_gl}
-Dc_args='-Wno-error=int-conversion'
BUILD_COMMAND ${EXEC} LTO_JOB=1 PDB=1 ninja -C <BINARY_DIR>
Expand Down

0 comments on commit 1b4dcf1

Please sign in to comment.