Home
last modified time | relevance | path

Searched refs:CONFIGURE_FLAG (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/jemalloc/scripts/
H A Dgen_travis.py67 CONFIGURE_FLAG = auto() variable in Option.Type
85 return Option(Option.Type.CONFIGURE_FLAG, value)
176 configure_flags = [x.value for x in combination if x.type == Option.Type.CONFIGURE_FLAG]