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

Commit 2807a53

Browse files
committed
Fixed restoring original CFLAGS
1 parent 68b95e3 commit 2807a53

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

config.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ function pre_build {
100100
build_lcms2
101101
build_openjpeg
102102

103+
ORIGINAL_CFLAGS=$CFLAGS
103104
CFLAGS="$CFLAGS -O3 -DNDEBUG"
104105
build_libwebp
105106
CFLAGS=$ORIGINAL_CFLAGS

0 commit comments

Comments
 (0)