Skip to content

Optimize builds times for llvm

Javier Jardón requested to merge jjardon/llvm_optimize into master

Build in more threads and do not build some backends for ARM

  • In x86, the builds go from 3 hours to 1.5 hour
  • This is a special improvement for ARM, where the builds go from more than 10hours to 2hours
Edited by Javier Jardón

Merge request reports