Skip to content

Commit 5182fae

Browse files
authored
Merge pull request #4 from antoyo/enable-verify-gimple
Enable the gimple verification
2 parents b80bd6a + c28f64a commit 5182fae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
ls
2424
mkdir build install
2525
cd build
26-
../gcc/configure --enable-host-shared --enable-languages=jit,c++ --disable-bootstrap --disable-multilib --enable-checking=release --prefix=$(pwd)/../install
26+
../gcc/configure --enable-host-shared --enable-languages=jit,c++ --disable-bootstrap --disable-multilib --prefix=$(pwd)/../install
2727
make -j4
2828
2929
- uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)