clarify targets support

This commit is contained in:
Laytan Laats
2026-07-26 19:05:08 +02:00
parent dbd568c970
commit 8e28f32d2e

View File

@@ -1,6 +1,12 @@
/*
Captures and resolves stack traces for debugging purpose.
Debug info based support is implemented for Windows, MacOS, and Linux.
Other targets can use the instrumentation based mode, which uses Odin's instrumentation
features to trace, with some runtime overhead.
Opt in with `-define:ODIN_TRACE_INSTRUMENTATION_MODE=true`.
Example:
package main