Skip to content

Use shell variable instead of automake variable

Sebastian Ohlmann requested to merge fix_common_rules into develop

Description

This enables the user to overwrite the FCFLAGS variable between calling configure and calling make. This can, e.g., be used to add "-Werror" or so after the configure step.

Merge request reports