Skip to content

Commit

Permalink
Linux dist: don't include unique symbols in libLLVM
Browse files Browse the repository at this point in the history
  • Loading branch information
Jethro Beekman committed Nov 11, 2020
1 parent d4ea0b3 commit d2ad472
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ci/docker/host-x86_64/dist-x86_64-linux/build-gcc.sh
Expand Up @@ -29,7 +29,8 @@ mkdir ../gcc-build
cd ../gcc-build
hide_output ../gcc-$GCC/configure \
--prefix=/rustroot \
--enable-languages=c,c++
--enable-languages=c,c++ \
--disable-gnu-unique-object
hide_output make -j10
hide_output make install
ln -s gcc /rustroot/bin/cc
Expand Down

0 comments on commit d2ad472

Please sign in to comment.