diff --git a/.github/workflows/build_gcc_windows.yml b/.github/workflows/build_gcc_windows.yml index c0b04c0c0..e111556ef 100644 --- a/.github/workflows/build_gcc_windows.yml +++ b/.github/workflows/build_gcc_windows.yml @@ -9,4 +9,5 @@ jobs: - name: Build JuleC run: | - .\bin\julec --compiler gcc src/julec \ No newline at end of file + .\bin\julec -t --compiler gcc src/julec + g++ -w --std=c++17 -O0 "-Wa,-mbig-obj" -lws2_32 -lshell32 -o test dist/ir.cpp \ No newline at end of file