Skip to content

Commit d5afe84

Browse files
committed
Disable build with nanozlib by default.
1 parent 9bad737 commit d5afe84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
#LDFLAGS += -L./deps/ZFP/lib -lzfp
88

99
# nanozlib(experimental)
10-
BUILD_NANOZLIB=1
11-
CXXFLAGS += -DTINYEXR_USE_NANOZLIB=1 -DTINYEXR_USE_MINIZ=0 -I./deps/nanozlib
10+
#BUILD_NANOZLIB=1
11+
#CXXFLAGS += -DTINYEXR_USE_NANOZLIB=1 -DTINYEXR_USE_MINIZ=0 -I./deps/nanozlib
1212

1313
ifeq ($(BUILD_NANOZLIB),1)
1414
else

0 commit comments

Comments
 (0)