Create statically-linked Linux binaries on release (#1148)

Co-authored-by: Antonio Vivace <avivace4@gmail.com>
This commit is contained in:
Eldred Habert
2023-07-08 22:04:00 +02:00
committed by GitHub
parent a2e0ac2872
commit 168950855d
2 changed files with 30 additions and 4 deletions

View File

@@ -224,7 +224,7 @@ checkdiff:
# The rationale for some of the flags is documented in the CMakeLists.
develop:
$Qenv ${MAKE} WARNFLAGS="-Werror -Wextra \
$Qenv ${MAKE} WARNFLAGS="${WARNFLAGS} -Werror -Wextra \
-Walloc-zero -Wcast-align -Wcast-qual -Wduplicated-branches -Wduplicated-cond \
-Wfloat-equal -Wlogical-op -Wnull-dereference -Wshift-overflow=2 \
-Wstringop-overflow=4 -Wstrict-overflow=5 -Wundef -Wuninitialized -Wunused \