mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-15 10:12:58 +00:00
14 lines
316 B
Diff
14 lines
316 B
Diff
|
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 \
|