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

Commit e2c73f7

Browse files
authored
Merge pull request #283 from radarhere/cflags
Fixed restoring original CFLAGS
2 parents e9bb5dd + 2807a53 commit e2c73f7

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)