Skip to content

Commit

Permalink
Merge pull request #4 from antoyo/enable-verify-gimple
Browse files Browse the repository at this point in the history
Enable the gimple verification
  • Loading branch information
antoyo authored Oct 11, 2021
2 parents b80bd6a + c28f64a commit 5182fae
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 5182fae

Please sign in to comment.