mirror of
https://github.com/xerial/snappy-java.git
synced 2025-07-26 23:44:10 +02:00
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>
This commit is contained in:
parent
785d43066c
commit
92b6c9e4d7
@ -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
|
||||
|
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.
Loading…
x
Reference in New Issue
Block a user