Skip to content

Commit

Permalink
infer: Remove more incompatible options with Infer's internal Clang
Browse files Browse the repository at this point in the history
Closes: #49
  • Loading branch information
TomasBeranek authored and kdudka committed Dec 15, 2021
1 parent 83c4db5 commit 7ab2bb9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/install-infer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,9 @@ then
[ "$arg" = "-fvirtual-function-elimination" ] && continue
[ "$arg" = "-flto=full" ] && continue
[ "$arg" = "-fwhole-program-vtables" ] && continue
[ "$arg" = "-fno-leading-underscore" ] && continue
[ "$arg" = "-mno-avx256-split-unaligned-load" ] && continue
[ "$arg" = "-mno-avx256-split-unaligned-store" ] && continue
set -- "$@" "$arg"
done
Expand Down

0 comments on commit 7ab2bb9

Please sign in to comment.