diff --git a/.github/workflows/build_gcc_macos.yml b/.github/workflows/build_gcc_macos.yml index 062f8bf88..ab6844602 100644 --- a/.github/workflows/build_gcc_macos.yml +++ b/.github/workflows/build_gcc_macos.yml @@ -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