Skip to content

Commit

Permalink
Link libstdc++ statically
Browse files Browse the repository at this point in the history
  • Loading branch information
klaussner committed Dec 29, 2019
1 parent b69f979 commit d7e09ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

cd /mongodb
pip3 install -r etc/pip/compile-requirements.txt
./buildscripts/scons.py mongod mongo --ssl=off --enable-free-mon=off
./buildscripts/scons.py mongod mongo --ssl=off --enable-free-mon=off LINKFLAGS='-static-libstdc++'
strip mongo mongod

0 comments on commit d7e09ed

Please sign in to comment.