aboutsummaryrefslogtreecommitdiff
path: root/core/debug/trace
diff options
context:
space:
mode:
authorJeroen van Rijn <Kelimion@users.noreply.github.com>2024-09-10 22:15:06 +0200
committerGitHub <noreply@github.com>2024-09-10 22:15:06 +0200
commitfce7bcec493b4a53a101cbf41575e2a154caa902 (patch)
tree94b6d55c87788ab5779a7bac266382ce3c99a0ae /core/debug/trace
parent036d7edda92c8d93c1295e4f2661152abe729bf1 (diff)
parent459de29a87bd400ea575e99d21297c6c288a2c35 (diff)
Merge branch 'master' into static_builds
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"