Skip to content

Commit 92b6c9e

Browse files
Remove snappy debug assertion with -DNDEBUG c++ flag (#386)
* Remoe snappy debug assertion with -DNDEBUG c++ flag * Update native libraries --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 785d430 commit 92b6c9e

File tree

13 files changed

+1
-1
lines changed

13 files changed

+1
-1
lines changed

Makefile.common

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ SNAPPY_FLAGS := $($(os_arch)_SNAPPY_FLAGS)
306306

307307

308308

309-
CXXFLAGS := $(CXXFLAGS) -DHAVE_CONFIG_H
309+
CXXFLAGS := $(CXXFLAGS) -DHAVE_CONFIG_H -DNDEBUG
310310
ifneq ($(jni_include),)
311311
CXXFLAGS := $(CXXFLAGS) -I"$(jni_include)"
312312
endif
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)