summary refs log tree commit diff
path: root/pkgs/development/libraries/khronos-ocl-icd-loader/tracing.patch
blob: 415a1b1dfe493d1f9dd714a3cd11a606183893a5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/loader/icd.h b/loader/icd.h
index a1b6969..cf4e272 100644
--- a/loader/icd.h
+++ b/loader/icd.h
@@ -122,7 +122,7 @@ void khrIcdContextPropertiesGetPlatform(
     cl_platform_id *outPlatform);

 // internal tracing macros
-#if 0
+#if 1
     #include <stdio.h>
     #define KHR_ICD_TRACE(...) \
     do \