Trying to launch the performance test suite as described here [1], the compilation of the lmbench3 script is failing on Fedora 40 due to stricter validation rules enabled by default in gcc. Setting -fpermissive [2] in the CFLAGS variable, it will downgrade the compilation errors to warning messages.
Trying to launch the performance test suite as described here [1], the compilation of the lmbench3 script is failing on Fedora 40 due to stricter validation rules enabled by default in gcc. Setting
-fpermissive[2] in theCFLAGSvariable, it will downgrade the compilation errors to warning messages.Failing message:
[1] https://fedoraproject.org/wiki/QA:Testcase_kernel_regression#How_to_test
[2] https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-fpermissive