commit
9c7a78ee04
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker.sh
vendored
2
.github/workflows/docker.sh
vendored
|
@ -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" \
|
||||
|
|
Loading…
Reference in a new issue