mirror of
https://github.com/xerial/snappy-java.git
synced 2025-07-08 06:34:34 +02:00
temporary disable native code injection
This commit is contained in:
parent
9469afbe38
commit
fd1fa411d9
@ -151,7 +151,7 @@ public class SnappyLoader
|
|||||||
return api;
|
return api;
|
||||||
|
|
||||||
boolean useNativeCodeInjection = !Boolean.parseBoolean(System.getProperty(KEY_SNAPPY_DISABLE_NATIVE_INJECTION,
|
boolean useNativeCodeInjection = !Boolean.parseBoolean(System.getProperty(KEY_SNAPPY_DISABLE_NATIVE_INJECTION,
|
||||||
"false"));
|
"true"));
|
||||||
|
|
||||||
if (useNativeCodeInjection) {
|
if (useNativeCodeInjection) {
|
||||||
try {
|
try {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user