Skip to content

Commit

Permalink
Disable build with nanozlib by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
syoyo committed Jun 19, 2023
1 parent 9bad737 commit d5afe84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
#LDFLAGS += -L./deps/ZFP/lib -lzfp

# nanozlib(experimental)
BUILD_NANOZLIB=1
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

ifeq ($(BUILD_NANOZLIB),1)
else
Expand Down

0 comments on commit d5afe84

Please sign in to comment.