mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2025-03-30 04:00:19 +03:00
Disable CFI icall for linux x64
This commit is contained in:
parent
b386512ec2
commit
f5034cd7da
1 changed files with 7 additions and 0 deletions
|
@ -103,6 +103,13 @@ case "$EXTRA_FLAGS" in
|
|||
;;
|
||||
esac
|
||||
|
||||
# See https://github.com/llvm/llvm-project/issues/86430
|
||||
if [ "$target_os" = "linux" -a "$target_cpu" = "x64" ]; then
|
||||
flags="$flags"'
|
||||
use_cfi_icall=false'
|
||||
fi
|
||||
|
||||
|
||||
rm -rf "./$out"
|
||||
mkdir -p out
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue