Explorar el Código

HPCC-11069 On some systems, eclcc gives SIGPIPE error in libjvm in debug builds

Signed-off-by: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman hace 11 años
padre
commit
76e2a277db
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      plugins/javaembed/javaembed.cpp

+ 1 - 1
plugins/javaembed/javaembed.cpp

@@ -131,7 +131,7 @@ public:
 
         // These may be useful for debugging
 #ifdef _DEBUG
-        optionStrings.append("-Xcheck:jni");
+        // optionStrings.append("-Xcheck:jni");
         // optionStrings.append("-verbose:jni");
 #endif