Skip to content

Commit

Permalink
Fix configure issue that discarded provided CC definition.
Browse files Browse the repository at this point in the history
  • Loading branch information
madler committed Mar 29, 2022
1 parent 3df8424 commit 05796d3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,10 @@ if test -z "$CC"; then
else
cc=${CROSS_PREFIX}cc
fi
else
cc=${CC}
fi

cflags=${CFLAGS-"-O3"}
# to force the asm version use: CFLAGS="-O3 -DASMV" ./configure
case "$cc" in
Expand Down

0 comments on commit 05796d3

Please sign in to comment.