mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-07 12:33:42 +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
|
||||
|
||||
// disable assertions for the garbage collector
|
||||
const gcAsserts = false
|
||||
|
||||
// disable assertions for the scheduler
|
||||
const schedulerAsserts = false
|
||||
Reference in New Issue
Block a user