Returns optional list of compiler flags to forward to the build
(self)
| 206 | return [] |
| 207 | |
| 208 | def cxx_args(self): |
| 209 | ''' |
| 210 | Returns optional list of compiler flags to forward to the build |
| 211 | ''' |
| 212 | return [] |
| 213 | |
| 214 | def is_compatible(self, verbose=True): |
| 215 | ''' |