mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-20 22:01:11 +02:00
zero-profile: updates for wierd testing
This commit is contained in:
parent
ed9ee5bdea
commit
99cfc2eec1
1 changed files with 3 additions and 14 deletions
|
|
@ -6,26 +6,15 @@
|
|||
# export CXXFLAGS="${CXXFLAGS} -Werror=strict-aliasing -flto"
|
||||
# fi
|
||||
|
||||
# https://bugs.gentoo.org/853898
|
||||
#if [[ $CATEGORY == sys-devel ]]; then
|
||||
# if [[ $PN != gdb ]]; then
|
||||
# export CFLAGS="${CFLAGS} -Werror=strict-aliasing -flto"
|
||||
# export CXXFLAGS="${CXXFLAGS} -Werror=strict-aliasing -flto"
|
||||
# fi
|
||||
#fi
|
||||
|
||||
if [[ ${CATEGORY}/${PN} == media-video/ffmpeg ]]; then
|
||||
export CFLAGS="${CFLAGS/-Werror=stringop-overread/}"
|
||||
fi
|
||||
if [[ ${CATEGORY}/${PN} == app-crypt/p11-kit ]]; then
|
||||
export CFLAGS="${CFLAGS/-Werror=stringop-overread/}"
|
||||
fi
|
||||
#if [[ ${CATEGORY}/${PN} == www-client/firefox ]] || [[ ${CATEGORY}/${PN} == mail-client/thunderbird ]]; then
|
||||
# export CFLAGS="${CFLAGS/-Werror=stringop-overread/}"
|
||||
#fi
|
||||
#if [[ ${CATEGORY}/${PN} == dev-lang/rust ]]; then
|
||||
# export MAKEOPTS="${MAKEOPTS} --shuffle=none"
|
||||
#fi
|
||||
if [[ ${CATEGORY}/${PN} == www-client/chromium ]]; then
|
||||
export MAKEOPTS="${MAKEOPTS} --shuffle=none"
|
||||
fi
|
||||
|
||||
QA_CMP_ARGS='--quiet-nodebug'
|
||||
if [[ $CATEGORY/$PN == app-crypt/hashcat ]]; then
|
||||
|
|
|
|||
Loading…
Reference in a new issue