Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1diff --git a/loader/icd.h b/loader/icd.h 2index 34751e9..01a33fd 100644 3--- a/loader/icd.h 4+++ b/loader/icd.h 5@@ -123,7 +123,7 @@ void khrIcdContextPropertiesGetPlatform( 6 cl_platform_id *outPlatform); 7 8 // internal tracing macros 9-#if 0 10+#if 1 11 #include <stdio.h> 12 #define KHR_ICD_TRACE(...) \ 13 do \