From c8a0b374ed85b17c083646649f9ade266a3d58d7 Mon Sep 17 00:00:00 2001 From: mertcandav Date: Sun, 18 Aug 2024 18:06:23 +0300 Subject: [PATCH] std::encoding::json: fix attempt --- .github/workflows/build_clang_windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_clang_windows.yml b/.github/workflows/build_clang_windows.yml index f99dc3b87..1552cc8d5 100644 --- a/.github/workflows/build_clang_windows.yml +++ b/.github/workflows/build_clang_windows.yml @@ -10,4 +10,4 @@ jobs: - name: Build JuleC run: | .\bin\julec --compiler clang -t src/julec - clang++ "/F0x800000" --std=c++17 -Wno-everything dist/ir.cpp \ No newline at end of file + clang++ "-Wl,--stack,8388608" --std=c++17 -Wno-everything dist/ir.cpp \ No newline at end of file