Get C flags
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(profile_config_t), | intent(in) | :: | self |
function get_profile_c_flags(self) result(c_flags) class(profile_config_t), intent(in) :: self character(len=:), allocatable :: c_flags c_flags = self%profile_feature%c_flags end function get_profile_c_flags