Skip to content

Use GCCVER only if defined

LE-ROUX SEBASTIEN requested to merge github/fork/fxcoudert/mac1 into main

Created by: fxcoudert

Suggestion: right now, to use a specific version number, the user must edit the Makefile. With this change, GCCVER is used if it is defined. You can run:

  • make atomes GCCVER=12, which will set the compilers to gcc-12 etc.
  • make atomes without version specified will set the compilers to gcc etc.

Merge request reports