mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
4 lines
No EOL
329 B
Text
4 lines
No EOL
329 B
Text
The libbacktrace source is distributed here as an amalgamation (https://sqlite.org/amalgamation.html).
|
|
This means that, rather than mirroring the entire libbacktrace repo here, most of the source code is
|
|
packaged into one C file while other platform-specific code are into their respective C files which
|
|
is much easier to handle. |