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