Skip to content

Commit

Permalink
ci/cd: fix file too big problem for GCC Windows CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mertcandav committed Aug 31, 2024
1 parent e8b480a commit ac45228
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_gcc_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ jobs:

- name: Build JuleC
run: |
.\bin\julec --compiler gcc src/julec
.\bin\julec -t --compiler gcc src/julec
g++ -w --std=c++17 -O0 "-Wa,-mbig-obj" -lws2_32 -lshell32 -o test dist/ir.cpp

0 comments on commit ac45228

Please sign in to comment.