summaryrefslogtreecommitdiffstats
path: root/config.h
blob: 9868f147b6108cf514430a446e1eaa81501ce775 (plain) (blame)
1
2
3
4
5
6
#define CL_TARGET_OPENCL_VERSION 110

/* #define WINDOWS 1 */
#ifdef WINDOWS
#pragma warning(disable : 4996)
#endif