mirror of https://github.com/jlizier/jidt
Turn off GPU by default in master branch.
This commit is contained in:
parent
94bcfc1477
commit
2e4a58d2c9
|
|
@ -21,7 +21,7 @@
|
|||
<property name="javadocsdir" location="javadocs"/>
|
||||
<property name="versionfile" value="version-${version}.txt"/>
|
||||
<!-- To enable GPU code, uncomment from here... -->
|
||||
<property name="enablegpu" value="true"/>
|
||||
<property name="enablegpu" value="false"/>
|
||||
<!-- ...to here -->
|
||||
|
||||
<path id="project.classpath">
|
||||
|
|
|
|||
Loading…
Reference in New Issue