Speed up Linux action

The binary is stripped anyway, there's no sense in producing debug symbols
This commit is contained in:
Ilya Fedin
2022-11-28 11:45:46 +04:00
committed by John Preston
parent 2bda3c4e2b
commit f18bf46fb1
+2
View File
@@ -93,6 +93,8 @@ jobs:
fi
./configure.sh \
-D CMAKE_C_FLAGS_DEBUG="" \
-D CMAKE_CXX_FLAGS_DEBUG="" \
-D CMAKE_C_FLAGS="-Werror" \
-D CMAKE_CXX_FLAGS="-Werror" \
-D CMAKE_EXE_LINKER_FLAGS="-s" \