Compare commits
No commits in common. "578a205d55237c456c3a5285b500e0cf0299a04e" and "8aee0f3a4f2ebbd0ce035daea7d8978eb7326902" have entirely different histories.
578a205d55
...
8aee0f3a4f
2 changed files with 2 additions and 2 deletions
|
|
@ -45,7 +45,7 @@ Or check your favorite local system package repository.
|
|||
|
||||
Make sure your system meets the requirements listed above.
|
||||
|
||||
Flow builds with zig 0.15.1 at this time. Build with:
|
||||
Flow builds with zig 0.14.1 at this time. Build with:
|
||||
|
||||
```shell
|
||||
zig build -Doptimize=ReleaseSafe
|
||||
|
|
|
|||
|
|
@ -112,7 +112,7 @@ var panic_cleanup: ?struct {
|
|||
} = null;
|
||||
|
||||
pub fn panic(msg: []const u8, error_return_trace: ?*std.builtin.StackTrace, ret_addr: ?usize) noreturn {
|
||||
_ = error_return_trace;
|
||||
_ = error_return_trace; // TODO: what to do with this in zig-0.14?
|
||||
in_panic.store(true, .release);
|
||||
const cleanup = panic_cleanup;
|
||||
panic_cleanup = null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue