Skip to content

Commit

Permalink
std::encoding::json: fix attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
mertcandav committed Aug 18, 2024
1 parent 2348a35 commit 0160257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_clang_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
clang++ "-Wl,--stack,0x800000" --std=c++17 -Wno-everything dist/ir.cpp

0 comments on commit 0160257

Please sign in to comment.