From ea0ea461cc43466a9dc96d943c3055108c3a9cfd Mon Sep 17 00:00:00 2001 From: mertcandav Date: Sun, 18 Aug 2024 18:24:32 +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 6d0ed8bdc..568e0f65e 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++ --stack=8388608 --std=c++17 -Wno-everything dist/ir.cpp \ No newline at end of file + clang++ /STACK:"8388608" --std=c++17 -Wno-everything dist/ir.cpp \ No newline at end of file