Skip to content

Commit

Permalink
Pass -v to ninja when building libaom
Browse files Browse the repository at this point in the history
  • Loading branch information
wantehchang committed Nov 18, 2023
1 parent 484984a commit 301f4e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/aom.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ mkdir build.libavif
cd build.libavif

cmake -G Ninja -DBUILD_SHARED_LIBS=OFF -DCONFIG_PIC=1 -DCMAKE_BUILD_TYPE=Release -DENABLE_DOCS=0 -DENABLE_EXAMPLES=0 -DENABLE_TESTDATA=0 -DENABLE_TESTS=0 -DENABLE_TOOLS=0 ..
ninja
ninja -v
cd ../..

0 comments on commit 301f4e4

Please sign in to comment.