mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-08 04:50:08 +03:00
d9e1a6c566
The Zig compiler asks for this much stack on its main thread via the use of PT_GNU_STACK.
10 lines
176 B
C
10 lines
176 B
C
/*
|
|
* Copyright (c) 2022, sin-ack <sin-ack@protonmail.com>
|
|
*
|
|
* SPDX-License-Identifier: BSD-2-Clause
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#define PTHREAD_STACK_MAX (32 * 1024 * 1024) // 32MiB
|