Revert to Release build type
congratulations to Bunnei for figuring out the issue without our help (oopsie, we forgot to post it)
This commit is contained in:
parent
dcd5f525cb
commit
60e7a70bd0
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
|
mkdir build && cd build
|
||||||
|
|
||||||
cmake .. \
|
cmake .. \
|
||||||
-DCMAKE_BUILD_TYPE=MinSizeRel \
|
-DCMAKE_BUILD_TYPE=Release \
|
||||||
-DCMAKE_C_COMPILER=/usr/lib/ccache/gcc \
|
-DCMAKE_C_COMPILER=/usr/lib/ccache/gcc \
|
||||||
-DCMAKE_CXX_COMPILER=/usr/lib/ccache/g++ \
|
-DCMAKE_CXX_COMPILER=/usr/lib/ccache/g++ \
|
||||||
-DTITLE_BAR_FORMAT_IDLE="$title" \
|
-DTITLE_BAR_FORMAT_IDLE="$title" \
|
||||||
|
|
Loading…
Reference in a new issue