Skip to content

Fix length in the compilation info m4

Sebastian Ohlmann requested to merge fix_compilation_info_m4 into main

Description

The syntax of bash substring selection is ${var:offset:length}, but we have used it as ${var:start:end} which led to compilation errors for very long compilation flags.

Merge request reports