[vtk6] 10/12: Apply java heap patch to source code
Gert Wollny
gert-guest at moszumanska.debian.org
Thu Feb 18 11:06:09 UTC 2016
This is an automated email from the git hooks/post-receive script.
gert-guest pushed a commit to branch master
in repository vtk6.
commit f7e4b9fec21b0cef242d0aaf167f22891aa3207f
Author: Gert Wollny <gw.fossdev at gmail.com>
Date: Wed Feb 17 11:04:31 2016 +0000
Apply java heap patch to source code
---
Wrapping/Java/CMakeLists.txt | 2 ++
1 file changed, 2 insertions(+)
diff --git a/Wrapping/Java/CMakeLists.txt b/Wrapping/Java/CMakeLists.txt
index a19f75f..a6a1cff 100644
--- a/Wrapping/Java/CMakeLists.txt
+++ b/Wrapping/Java/CMakeLists.txt
@@ -80,6 +80,8 @@ if(APPLE)
set(JAVAC_OPTIONS -J-Xmx512m)
endif()
+set(JAVAC_OPTIONS -J-Xmx1024m)
+
get_property(java_modules GLOBAL PROPERTY VTK_JAVA_WRAPPED)
foreach(module IN LISTS java_modules)
if(NOT ${module}_EXCLUDE_FROM_WRAPPING)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/vtk6.git
More information about the debian-science-commits
mailing list