File n_missing_check-ndebug.h.patch of Package intel-gpu-tools
--- /dev/null 2014-04-15 12:16:50.314282837 +0200 +++ intel-gpu-tools/lib/check-ndebug.h 2013-12-06 13:02:17.387165000 +0100 @@ -0,0 +1,3 @@ +#ifdef NDEBUG +#error "Testsuite needs its asserts!" +#endif