Skip to content

compiler: fix type initialization analysis for channels #1746

compiler: fix type initialization analysis for channels

compiler: fix type initialization analysis for channels #1746

name: Build [GCC] - macOS
on: [push, pull_request]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v4
- uses: julelang/ci@main
- name: Build JuleC
run: |
julec --compiler gcc --compiler-path g++-13 -t src/julec
g++-13 -w --std=c++17 -O0 -Wl,-ld_classic dist/ir.cpp