Skip to content

Fix Makefile for gcc 14.1.x

Giacomo De Pietro requested to merge giacomo.depietro/millepede-ii:main into main

If gcc 14.1.x is used for compiling Millepede, then the if statement in the Makefile is triggered and gcc44 is wrongly used. This simple fix allows users to smoothly compile Millepede with gcc 14.1.x.

Merge request reports