We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc3c34e commit 98327a2Copy full SHA for 98327a2
azahar-appimage.sh
@@ -66,6 +66,7 @@ echo "$VERSION" > ~/version
66
-DCITRA_USE_PRECOMPILED_HEADERS=OFF \
67
-DCMAKE_C_FLAGS="$ARCH_FLAGS" \
68
-DCMAKE_CXX_FLAGS="$ARCH_FLAGS" \
69
+ -DCMAKE_VERBOSE_MAKEFILE=ON \
70
-Wno-dev
71
cmake --build . -- -j"$(nproc)"
72
sudo make install
0 commit comments