mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-27 23:27:11 +01:00
SERVER-55446 revert addition of scons stacktrace in evergreen logs
This commit is contained in:
parent
9753384b0d
commit
8b7db5db5b
@ -32,7 +32,7 @@ fi
|
||||
|
||||
# Conditionally enable scons time debugging
|
||||
if [ "${show_scons_timings}" = "true" ]; then
|
||||
extra_args="$extra_args --debug=time,stacktrace"
|
||||
extra_args="$extra_args --debug=time"
|
||||
fi
|
||||
|
||||
# Build packages where the upload tasks expect them
|
||||
|
Loading…
Reference in New Issue
Block a user