> + (snippet > + ;; Don't optimize for a specific processor architecture. > + '(substitute* "libs/Makefile" > + (("^CXXFLAGS \\+= -march=native") ""))) > + (modules '((guix build utils)))
Is this to avoid that packages are optimised for the CPU of the build slave? If so, could we instead pass different optimisation flags for different architectures? For a convolver I’d prefer to have *some* optimisation, even if it’s just the greatest common divisor. ~~ Ricardo