We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8e00f5 commit b99761dCopy full SHA for b99761d
src/ci/docker/host-x86_64/dist-x86_64-linux/build-gcc.sh
@@ -30,7 +30,8 @@ cd ../gcc-build
30
hide_output ../gcc-$GCC/configure \
31
--prefix=/rustroot \
32
--enable-languages=c,c++ \
33
- --disable-gnu-unique-object
+ --disable-gnu-unique-object \
34
+ --enable-cxx-flags='-fno-reorder-blocks-and-partition'
35
hide_output make -j$(nproc)
36
hide_output make install
37
ln -s gcc /rustroot/bin/cc
0 commit comments