Browse Source

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

Signed-off-by: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 11 years ago
parent
commit
76e2a277db
1 changed files with 1 additions and 1 deletions
  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