From 0e374945e0e42ebf20e515332951766f5caec688 Mon Sep 17 00:00:00 2001 From: Ryan LaMothe <ryan.lamothe@quantumworx.com> Date: Fri, 19 Apr 2013 23:57:44 +0000 Subject: [PATCH] Temporarily commented-out OpenMP compiler support because MS Visual Studio Express does not support OpenMP --- com.amd.aparapi.jni/build.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/com.amd.aparapi.jni/build.xml b/com.amd.aparapi.jni/build.xml index 44516cc9..27632058 100644 --- a/com.amd.aparapi.jni/build.xml +++ b/com.amd.aparapi.jni/build.xml @@ -567,7 +567,7 @@ First consider editing the properties in build.properties <arg value="-O3" /> <arg value="-g" /> <arg value="-fPIC" /> - <arg value="-fopenmp"/> + <!-- <arg value="-fopenmp"/> --> <arg value="-DCL_USE_DEPRECATED_OPENCL_1_1_APIS"/> <arg value="-I/System/Library/Frameworks/JavaVM.framework/Headers" /> <arg value="-Iinclude" /> @@ -606,7 +606,7 @@ First consider editing the properties in build.properties <arg value="/nologo" /> <arg value="/TP" /> <arg value="/Ox" /> - <arg value="/openmp" /> + <!-- <arg value="/openmp" /> --> <arg value="-DCL_USE_DEPRECATED_OPENCL_1_1_APIS"/> <arg value="/EHsc" /> <arg value="/I${msvc.dir}\vc\include" /> -- GitLab