diff --git a/.github/workflows/build_clang_windows.yml b/.github/workflows/build_clang_windows.yml index c1cab4d8b..d4bd32608 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:0x800000" --std=c++17 -Wno-everything dist/ir.cpp \ No newline at end of file + clang++ "-Wl,--stack,0x800000" --std=c++17 -Wno-everything dist/ir.cpp \ No newline at end of file