aboutsummaryrefslogtreecommitdiff
path: root/core/debug/trace
diff options
context:
space:
mode:
authorKarl Zylinski <karl@zylinski.se>2024-09-08 11:29:21 +0200
committerKarl Zylinski <karl@zylinski.se>2024-09-08 11:29:21 +0200
commitf3a2b625ae43fada5164f1c1baef26a1d65fee17 (patch)
tree1910b9fa49e6273eadbdf630d28fcdebd18b49ff /core/debug/trace
parent73e495434666b230e16ea7300c957ddc978e3e1a (diff)
parent300b01d77d2c676673f52ad6f6490f491d01afc9 (diff)
Merge remote-tracking branch 'origin/master' into file-tags-without-comments
Diffstat (limited to 'core/debug/trace')
-rw-r--r--core/debug/trace/trace_nil.odin4
1 files changed, 3 insertions, 1 deletions
diff --git a/core/debug/trace/trace_nil.odin b/core/debug/trace/trace_nil.odin
index 8611d7726..ca8bd7817 100644
--- a/core/debug/trace/trace_nil.odin
+++ b/core/debug/trace/trace_nil.odin
@@ -1,4 +1,6 @@
-//+build !windows !linux !darwin
+//+build !windows
+//+build !linux
+//+build !darwin
package debug_trace
import "base:runtime"