Skip to content

Commit

Permalink
Update build_gcc_macos.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mertcandav authored Apr 25, 2024
1 parent dab58d2 commit 19e7e9c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_gcc_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ jobs:

- name: Build JuleC
run: |
julec --compiler gcc --compiler-path g++-13 src/julec
julec --compiler gcc -t src/julec
g++-13 -w --std=c++17 -O0 -Wl,-ld_classic dist/ir.cpp

0 comments on commit 19e7e9c

Please sign in to comment.