2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 14:45:14 +00:00

Move -s to CMAKE_EXE_LINKER_FLAGS

This commit is contained in:
Ilya Fedin
2020-11-18 04:55:38 +04:00
committed by John Preston
parent 76a7cc9229
commit c3b0e6c503

View File

@@ -103,8 +103,9 @@ jobs:
fi
./configure.sh \
-D CMAKE_C_FLAGS="-Werror -s" \
-D CMAKE_CXX_FLAGS="-Werror -s" \
-D CMAKE_C_FLAGS="-Werror" \
-D CMAKE_CXX_FLAGS="-Werror" \
-D CMAKE_EXE_LINKER_FLAGS="-s" \
-D TDESKTOP_API_TEST=ON \
-D DESKTOP_APP_USE_PACKAGED=OFF \
-D DESKTOP_APP_DISABLE_CRASH_REPORTS=OFF \