We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bad737 commit d5afe84Copy full SHA for d5afe84
Makefile
@@ -7,8 +7,8 @@
7
#LDFLAGS += -L./deps/ZFP/lib -lzfp
8
9
# nanozlib(experimental)
10
-BUILD_NANOZLIB=1
11
-CXXFLAGS += -DTINYEXR_USE_NANOZLIB=1 -DTINYEXR_USE_MINIZ=0 -I./deps/nanozlib
+#BUILD_NANOZLIB=1
+#CXXFLAGS += -DTINYEXR_USE_NANOZLIB=1 -DTINYEXR_USE_MINIZ=0 -I./deps/nanozlib
12
13
ifeq ($(BUILD_NANOZLIB),1)
14
else
0 commit comments