Fix benchmark build
This commit is contained in:
parent
e94f9b8a2a
commit
371c4fa46e
1 changed files with 1 additions and 0 deletions
|
|
@ -303,6 +303,7 @@ dependencies {
|
|||
// Debug utils (EH)
|
||||
debugImplementation(sylibs.debugOverlay.standard)
|
||||
"releaseTestImplementation"(sylibs.debugOverlay.noop)
|
||||
"benchmarkImplementation"(sylibs.debugOverlay.noop)
|
||||
releaseImplementation(sylibs.debugOverlay.noop)
|
||||
testImplementation(sylibs.debugOverlay.noop)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue