1
0
Fork 0
mirror of https://github.com/pineappleEA/pineapple-src synced 2024-09-22 13:21:35 +02:00

Merge pull request #17 from qurious-pixel/patch-2

MinSizeRel
This commit is contained in:
MGThePro 2021-05-05 13:45:50 +02:00 committed by GitHub
commit 9c7a78ee04
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@ find . -name "CMakeLists.txt" -exec sed -i 's/-Werror/-W/g' {} +
mkdir build && cd build
cmake .. \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_BUILD_TYPE=MinSizeRel \
-DCMAKE_C_COMPILER=/usr/lib/ccache/gcc \
-DCMAKE_CXX_COMPILER=/usr/lib/ccache/g++ \
-DTITLE_BAR_FORMAT_IDLE="$title" \