mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-28 14:56:21 +00:00
Merge remote-tracking branch 'origin/master' into merge/upstream-full
# Conflicts: # configure.ac
This commit is contained in:
@@ -204,6 +204,13 @@ case "$ARCH" in
|
|||||||
""
|
""
|
||||||
)
|
)
|
||||||
source /etc/profile.d/debuginfod.sh 2>/dev/null || true
|
source /etc/profile.d/debuginfod.sh 2>/dev/null || true
|
||||||
|
|
||||||
|
if grep -q 'ID=arch' /etc/os-release 2>/dev/null && [ -f /etc/makepkg.conf ]; then
|
||||||
|
echo "--> [Parity Mode] Simulating Pikaur collision..."
|
||||||
|
set -a
|
||||||
|
source /etc/makepkg.conf
|
||||||
|
set +a
|
||||||
|
fi
|
||||||
;;
|
;;
|
||||||
darwin*)
|
darwin*)
|
||||||
# 4 configurations for parallel CI
|
# 4 configurations for parallel CI
|
||||||
|
|||||||
@@ -388,13 +388,12 @@ AC_SUBST([FORKPTY_LIB])
|
|||||||
|
|
||||||
## Default parameters
|
## Default parameters
|
||||||
AM_CFLAGS="$AM_CFLAGS -Wall -Wextra -Wformat=2 -Wno-format-zero-length"
|
AM_CFLAGS="$AM_CFLAGS -Wall -Wextra -Wformat=2 -Wno-format-zero-length"
|
||||||
AM_CFLAGS="$AM_CFLAGS -Wno-deprecated-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type"
|
AM_CFLAGS="$AM_CFLAGS -Wno-deprecated-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wno-sign-compare -Wno-cast-function-type"
|
||||||
AM_CFLAGS="$AM_CFLAGS -Wnull-dereference -Wpointer-arith"
|
AM_CFLAGS="$AM_CFLAGS -Wpointer-arith"
|
||||||
AM_CFLAGS="$AM_CFLAGS -Wimplicit-function-declaration"
|
AM_CFLAGS="$AM_CFLAGS -Wimplicit-function-declaration"
|
||||||
AM_CFLAGS="$AM_CFLAGS -Wundef"
|
AM_CFLAGS="$AM_CFLAGS -Wundef"
|
||||||
AM_CFLAGS="$AM_CFLAGS -Wfloat-equal -Wredundant-decls"
|
AM_CFLAGS="$AM_CFLAGS -Wfloat-equal -Wredundant-decls"
|
||||||
AM_CFLAGS="$AM_CFLAGS -fstack-protector-strong -fno-common"
|
AM_CFLAGS="$AM_CFLAGS -fstack-protector-strong -fno-common"
|
||||||
AM_CFLAGS="$AM_CFLAGS -D_FORTIFY_SOURCE=2"
|
|
||||||
AM_CFLAGS="$AM_CFLAGS -std=gnu99 -ggdb3"
|
AM_CFLAGS="$AM_CFLAGS -std=gnu99 -ggdb3"
|
||||||
|
|
||||||
# GCC-specific warnings (not supported by clang) — test each one
|
# GCC-specific warnings (not supported by clang) — test each one
|
||||||
|
|||||||
Reference in New Issue
Block a user