Skip to content

Set ASMFLAGS and FFLAGS for CET support.

loqs requested to merge loqs/openblas:use-ASMFLAG-and-FFLAGS into main

openblas lacks CET support due to FFLAGS and ASMFLAGS not being set which is required to pass -fcf-protection to the Fortran compiler and assembler respectively. Set both to the value of CFLAGS. Remove -Wformat -Werror=format-security from FFLAGS which is not supported by gcc-fortran.

Fixes #6 (closed)

Merge request reports

Loading