Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Commit

Permalink
Merge pull request #125 from radarhere/webp
Browse files Browse the repository at this point in the history
Include both multibuild and libwebp default CFLAGS
  • Loading branch information
hugovk authored Sep 2, 2019
2 parents 2193b83 + ab91b30 commit 9d8a92c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ function pre_build {
ORIGINAL_CPPFLAGS=$CPPFLAGS
CPPFLAGS=""
fi
CFLAGS="$CFLAGS -O3 -DNDEBUG"
build_libwebp
CFLAGS=$ORIGINAL_CFLAGS
if [ -n "$IS_OSX" ]; then
CPPFLAGS=$ORIGINAL_CPPFLAGS
fi
Expand Down

0 comments on commit 9d8a92c

Please sign in to comment.