mongodb: disable_debug=1 aka ETOOHUGE
This commit is contained in:
parent
d35c8ae8f5
commit
580f368610
1 changed files with 2 additions and 0 deletions
|
@ -28,6 +28,8 @@ _scons_args=" --use-system-boost \
|
||||||
--nostrip \
|
--nostrip \
|
||||||
--disable-warnings-as-errors"
|
--disable-warnings-as-errors"
|
||||||
build_options="systemd"
|
build_options="systemd"
|
||||||
|
# ETOOHUGE
|
||||||
|
disable_debug=1
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
find . -name SConstruct -print0 | xargs -0 sed -i "s/-Werror/-Wno-error/g"
|
find . -name SConstruct -print0 | xargs -0 sed -i "s/-Werror/-Wno-error/g"
|
||||||
|
|
Loading…
Reference in a new issue