mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 12:30:44 +02:00
profile: relax error check for mingw
This commit is contained in:
parent
75b0e0fa46
commit
f9ab108f0f
1 changed files with 5 additions and 0 deletions
|
|
@ -36,6 +36,11 @@ fi
|
|||
if [[ ${CATEGORY}/${PN} == dev-python/numpy ]]; then
|
||||
export CFLAGS="${CFLAGS/-flto/}"
|
||||
fi
|
||||
if [[ ${CATEGORY}/${PN} == dev-util/mingw64-toolchain ]]; then
|
||||
# zero uses extra warnings to find bugs
|
||||
export CXXFLAGS="${CXXFLAGS/-Werror=format-security/}"
|
||||
export CFLAGS="${CFLAGS/-Werror=stringop-overread/}"
|
||||
fi
|
||||
if [[ ${CATEGORY}/${PN} == media-video/mplayer ]]; then
|
||||
export CFLAGS="${CFLAGS/-flto/}"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue