Return the active build profile for banner display.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(fpm_build_settings), | intent(in) | :: | settings |
pure function active_profile(settings) result(p) class(fpm_build_settings), intent(in) :: settings character(len=:), allocatable :: p p = trim_or_default(settings%profile, "default") end function active_profile