Skip to content

Commit 921d871

Browse files
committed
Remoe snappy debug assertion with -DNDEBUG c++ flag
1 parent 0fc0e7b commit 921d871

File tree

2 files changed

+1
-1
lines changed

2 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.

0 commit comments

Comments
 (0)