Skip to content

Commit

Permalink
ArgvParser: Remove -fmin-function-alignment=16 argument
Browse files Browse the repository at this point in the history
clang doesn't supports it.

Signed-off-by: Marcos Paulo de Souza <mpdesouza@suse.com>
  • Loading branch information
marcosps authored and giulianobelinassi committed May 16, 2024
1 parent 910ee02 commit 30967a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libcextract/ArgvParser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ static const char *UnsupportedGCCArgs[] = {
"-fconserve-stack",
"-fdump-ipa-clones",
"-flive-patching=inline-clone",
"-fmin-function-alignment=16",
"-fno-allow-store-data-races",
"-fno-var-tracking-assignments",
"-Wno-alloc-size-larger-than",
Expand Down

0 comments on commit 30967a9

Please sign in to comment.