mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-17 22:57:11 +02:00
Speed up Linux action
The binary is stripped anyway, there's no sense in producing debug symbols
This commit is contained in:
parent
2bda3c4e2b
commit
f18bf46fb1
1 changed files with 2 additions and 0 deletions
2
.github/workflows/linux.yml
vendored
2
.github/workflows/linux.yml
vendored
|
@ -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" \
|
||||
|
|
Loading…
Add table
Reference in a new issue