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 năm trước cách đây
mục cha
commit
76e2a277db
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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