Index: Jenkinsfile
===================================================================
--- Jenkinsfile	(revision a8a761247e7dbc23a53eb86663312906a9f43b3b)
+++ Jenkinsfile	(revision 3bbd012db7d31fbae91c1a4295090ad11eb8ec96)
@@ -266,5 +266,5 @@
 			//Use the current directory as the installation target so nothing escapes the sandbox
 			//Also specify the compiler by hand
-			sh "../configure CXX=${compiler.cpp_cc} ${architecture} --with-backend-compiler=${compiler.cfa_cc} --prefix=${install_dir} --enable-silent-rules --quiet --disable-dependency-tracking"
+			sh "../configure CXX=${compiler.cpp_cc} ${architecture} --with-backend-compiler=${compiler.cfa_cc} --prefix=${install_dir} --enable-silent-rules --quiet"
 
 			//Compile the project
