Skip to content

Commit

Permalink
libimagequant: Don't add the library to its own LDFLAGS
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
  • Loading branch information
dwbuiten committed Feb 12, 2015
1 parent da59d79 commit 1a986e6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/configure
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ status "Compiler" "$CC"
# init flags
CFLAGS=${CFLAGS:--O3 -fno-math-errno -funroll-loops -fomit-frame-pointer -Wall}
cflags "-std=c99 -I."
lflags "-lm lib/libimagequant.a"

# DEBUG
if [ -z "$DEBUG" ]; then
Expand Down

0 comments on commit 1a986e6

Please sign in to comment.