Skip to content

Commit

Permalink
Remoe snappy debug assertion with -DNDEBUG c++ flag
Browse files Browse the repository at this point in the history
  • Loading branch information
xerial committed Jan 28, 2023
1 parent 785d430 commit e9b082f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.common
Expand Up @@ -306,7 +306,7 @@ SNAPPY_FLAGS := $($(os_arch)_SNAPPY_FLAGS)



CXXFLAGS := $(CXXFLAGS) -DHAVE_CONFIG_H
CXXFLAGS := $(CXXFLAGS) -DHAVE_CONFIG_H -DNDEBUG
ifneq ($(jni_include),)
CXXFLAGS := $(CXXFLAGS) -I"$(jni_include)"
endif
Expand Down
Binary file not shown.

0 comments on commit e9b082f

Please sign in to comment.