make clean

This commit is contained in:
2024-02-21 19:12:22 -06:00
parent c464c13410
commit 570f7304be

View File

@@ -60,6 +60,7 @@ cd "$AOM_DIR/" || exit
git pull
mkdir build
cd build || exit
make clean
cmake .. -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=ON \
-DCMAKE_C_FLAGS="-flto -O2 $EXTRA_C_FLAGS" || exit
make -j "$(nproc)" || exit