mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-06 12:03:41 +00:00
runtime: make gc and scheduler asserts settable with build tags
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
//go:build runtime_asserts
|
||||
|
||||
package runtime
|
||||
|
||||
// enable assertions for the garbage collector
|
||||
const gcAsserts = true
|
||||
|
||||
// enable asserts for the scheduler
|
||||
const schedulerAsserts = true
|
||||
Reference in New Issue
Block a user