Enable asserts in fuzz target
This commit is contained in:
@@ -392,7 +392,7 @@ inline Random seededRandom() {
|
||||
return Random{seed[0], seed[1]};
|
||||
}
|
||||
|
||||
inline thread_local Random gRandom = seededRandom();
|
||||
static thread_local Random gRandom = seededRandom();
|
||||
|
||||
// ==================== END RANDOM IMPL ====================
|
||||
|
||||
|
Reference in New Issue
Block a user