Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[build] add LD flags to print_config
  • Loading branch information
InuSasha authored and perexg committed Sep 1, 2014
1 parent ae56b48 commit 999d184
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions support/configure.inc
Expand Up @@ -387,6 +387,9 @@ print_config ()
if [ "${CFLAGS}" != "" ]; then
printf "$fmt" "Using C flags:" "${CFLAGS}"
fi
if [ "${LDFLAGS}" != "" ]; then
printf "$fmt" "Using LD flags:" "${LDFLAGS}"
fi
printf "$fmt" "Build for arch:" "${ARCH}"
echo ""

Expand Down

0 comments on commit 999d184

Please sign in to comment.