Skip to content

Commit

Permalink
Merge pull request #1890 from pentoo/radare2_lto
Browse files Browse the repository at this point in the history
zero-profile: update radare2 lto
  • Loading branch information
github-actions[bot] authored May 9, 2024
2 parents 9e895d7 + d0aa962 commit 4d0fdc1
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 4d0fdc1

Please sign in to comment.