pcomp: Increase heap and stack sizes

This commit is contained in:
slederer 2025-01-12 00:02:54 +01:00
parent 347b57cae3
commit 74a467cba6
2 changed files with 6 additions and 1 deletions

View file

@ -1,4 +1,6 @@
(* Copyright 2021-2024 Sebastian Lederer. See the file LICENSE.md for details *)
{$H384}
{$S64}
program PascalCompiler;
{$R+}
{$!}{$ifdef FPC}uses math,crt;{$endif}