mirror of
https://github.com/matrix-construct/construct
synced 2024-11-16 23:10:54 +01:00
ircd:🆑 Remove build success stub assertion; add stub debuglog.
This commit is contained in:
parent
120a382398
commit
77d53e6a71
1 changed files with 5 additions and 1 deletions
|
@ -1447,7 +1447,11 @@ void
|
||||||
ircd::cl::build_handle(cl_program program,
|
ircd::cl::build_handle(cl_program program,
|
||||||
void *const priv)
|
void *const priv)
|
||||||
{
|
{
|
||||||
ircd::always_assert(false);
|
log::debug
|
||||||
|
{
|
||||||
|
log, "program(%p) :Successfully built.",
|
||||||
|
(const void *)program,
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
Loading…
Reference in a new issue