We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b80bd6a + c28f64a commit 5182faeCopy full SHA for 5182fae
.github/workflows/main.yml
@@ -23,7 +23,7 @@ jobs:
23
ls
24
mkdir build install
25
cd build
26
- ../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
27
make -j4
28
29
- uses: actions/upload-artifact@v2
0 commit comments