mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-25 05:06:24 +03:00
terminal: fix release builds
This commit is contained in:
@ -103,7 +103,7 @@ pub const Page = struct {
|
|||||||
/// If this is true then verifyIntegrity will do nothing. This is
|
/// If this is true then verifyIntegrity will do nothing. This is
|
||||||
/// only present with runtime safety enabled.
|
/// only present with runtime safety enabled.
|
||||||
pause_integrity_checks: if (std.debug.runtime_safety) usize else void =
|
pause_integrity_checks: if (std.debug.runtime_safety) usize else void =
|
||||||
if (std.debug.runtime_safety) 0 else void,
|
if (std.debug.runtime_safety) 0 else {},
|
||||||
|
|
||||||
/// Initialize a new page, allocating the required backing memory.
|
/// Initialize a new page, allocating the required backing memory.
|
||||||
/// The size of the initialized page defaults to the full capacity.
|
/// The size of the initialized page defaults to the full capacity.
|
||||||
|
Reference in New Issue
Block a user