Skip to content

Commit

Permalink
Enable the gimple verification
Browse files Browse the repository at this point in the history
  • Loading branch information
antoyo committed Oct 10, 2021
1 parent b80bd6a commit c28f64a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
ls
mkdir build install
cd build
../gcc/configure --enable-host-shared --enable-languages=jit,c++ --disable-bootstrap --disable-multilib --enable-checking=release --prefix=$(pwd)/../install
../gcc/configure --enable-host-shared --enable-languages=jit,c++ --disable-bootstrap --disable-multilib --prefix=$(pwd)/../install
make -j4
- uses: actions/upload-artifact@v2
Expand Down

0 comments on commit c28f64a

Please sign in to comment.