diff --git a/evergreen/scons_compile.sh b/evergreen/scons_compile.sh index 9dac9007fae..b274fdea96c 100755 --- a/evergreen/scons_compile.sh +++ b/evergreen/scons_compile.sh @@ -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