We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b80bd6a commit c28f64aCopy full SHA for c28f64a
.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