Cycles: Accidentally inverted the logic of NDEBUG macro

This commit is contained in:
Sergey Sharybin 2014-09-26 01:34:43 +06:00
parent 4735fdc280
commit 0929821590

@ -33,7 +33,7 @@
#ifndef __KERNEL_GPU__
# ifndef NDEBUG
# ifdef NDEBUG
# define ccl_device static inline
# else
# define ccl_device static
@ -45,7 +45,7 @@
#if defined(_WIN32) && !defined(FREE_WINDOWS)
# ifndef NDEBUG
# ifdef NDEBUG
# define ccl_device_inline static __forceinline
# else
# define ccl_device_inline static
@ -58,7 +58,7 @@
#define ccl_try_align(...) /* not support for function arguments (error C2719) */
#endif
#define ccl_may_alias
# ifndef NDEBUG
# ifdef NDEBUG
# define ccl_always_inline __forceinline
# else
# define ccl_always_inline