summary refs log blame commit diff
path: root/pkgs/development/libraries/khronos-ocl-icd-loader/tracing.patch
blob: cef22457e5a1ecf82c65fd80d4079fb41256bd01 (plain) (tree)
1
2
3
4
5
6
7
                                        
                             

                  
                                                            
                                  
 





                                 
diff --git a/loader/icd.h b/loader/icd.h
index 34751e9..01a33fd 100644
--- a/loader/icd.h
+++ b/loader/icd.h
@@ -123,7 +123,7 @@ void khrIcdContextPropertiesGetPlatform(
     cl_platform_id *outPlatform);
 
 // internal tracing macros
-#if 0
+#if 1
     #include <stdio.h>
     #define KHR_ICD_TRACE(...) \
     do \