diff options
Diffstat (limited to 'src/runtime/runtime_unix_noheap.go')
-rw-r--r-- | src/runtime/runtime_unix_noheap.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/runtime/runtime_unix_noheap.go b/src/runtime/runtime_unix_noheap.go index 4802fdabf..bf7f67598 100644 --- a/src/runtime/runtime_unix_noheap.go +++ b/src/runtime/runtime_unix_noheap.go @@ -1,5 +1,7 @@ // +build darwin linux,!baremetal freebsd,!baremetal +// +build !nintendoswitch + // +build gc.none gc.extalloc package runtime |