1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 23:17:45 +00:00

Ports/llvm: Increase the default stack size for LLVM executables

This commit is contained in:
Tim Schumacher 2023-04-10 12:19:55 +02:00 committed by Andreas Kling
parent b1136ba357
commit 18565dd286
2 changed files with 29 additions and 0 deletions

View file

@ -93,3 +93,8 @@ Prevent the use of POSIX shm on SerenityOS
POSIX shm is not supported by SerenityOS yet, so this causes a
compilation error.
## `0012-cmake-Increase-the-default-stack-size-when-running-o.patch`
cmake: Increase the default stack size when running on SerenityOS