소스 검색

* set the default stack size for the WASI platform to 65536 bytes (this is the
default, used by the linker)

Nikolay Nikolov 3 년 전
부모
커밋
c910ec814c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      compiler/systems/i_wasi.pas

+ 1 - 1
compiler/systems/i_wasi.pas

@@ -105,7 +105,7 @@ unit i_wasi;
                 maxCrecordalign : 16
               );
             first_parm_offset : 0;
-            stacksize   : 262144;
+            stacksize   : 65536;
             stackalign   : 4;
             abi          : abi_default;
             llvmdatalayout : 'todo';