diff options
| author | Karl Zylinski <karl@zylinski.se> | 2024-09-08 11:29:21 +0200 |
|---|---|---|
| committer | Karl Zylinski <karl@zylinski.se> | 2024-09-08 11:29:21 +0200 |
| commit | f3a2b625ae43fada5164f1c1baef26a1d65fee17 (patch) | |
| tree | 1910b9fa49e6273eadbdf630d28fcdebd18b49ff /core/debug | |
| parent | 73e495434666b230e16ea7300c957ddc978e3e1a (diff) | |
| parent | 300b01d77d2c676673f52ad6f6490f491d01afc9 (diff) | |
Merge remote-tracking branch 'origin/master' into file-tags-without-comments
Diffstat (limited to 'core/debug')
| -rw-r--r-- | core/debug/trace/trace_nil.odin | 4 |
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" |