Skip to content

Commit

Permalink
zero-profile: update radare2 lto
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeroChaos- committed May 9, 2024
1 parent 9e895d7 commit d0aa962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion profiles/pentoo/zero-system/profile.bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ if [[ ${CATEGORY}/${PN} == dev-python/numpy ]]; then
export CFLAGS="${CFLAGS/-flto/}"
fi
if [[ ${CATEGORY}/${PN} == dev-util/radare2 ]]; then
export CFLAGS="${CFLAGS/-flto/}"
export CFLAGS="${CFLAGS/-Werror=stringop-overread/}"
fi
if [[ ${CATEGORY}/${PN} == dev-util/rizin ]]; then
export CFLAGS="${CFLAGS/-Werror=stringop-overread/}"
Expand Down

0 comments on commit d0aa962

Please sign in to comment.