Turn off GPU by default in master branch.

This commit is contained in:
Pedro Martinez Mediano 2017-05-25 03:04:21 +10:00
parent 94bcfc1477
commit 2e4a58d2c9
1 changed files with 1 additions and 1 deletions

View File

@ -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">