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 3f3af39 commit daaaf56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_cpp14.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ jobs:
- name: Build JuleC
run: |
julec --compiler clang --cppstd cpp14 -t src/julec
clang++ --std=c++14 --Wno-everything "-Wl,--stack_size,0x800000" dist/ir.cpp
clang++ --std=c++14 -Wno-everything "-Wl,--stack_size,0x800000" dist/ir.cpp

0 comments on commit daaaf56

Please sign in to comment.