Searched refs:_cflags (Results 1 – 4 of 4) sorted by relevance
46 _cflags = exec_script(arduino_builder_script,49 cflags = filter_exclude(_cflags, _exclude_flags)
66 _cflags = ['CMAKE_C_FLAGS', 'CMAKE_CXX_FLAGS'] variable in CmakeInvocation78 for flag in CmakeInvocation._cflags + CmakeInvocation._ldflags:102 for f in CmakeInvocation._cflags:
22 _cflags = sysconfig.get_config_var('CFLAGS') or '' variable25 '-fsanitize=undefined' in _cflags or29 '-fsanitize=memory' in _cflags or
65 _cflags = sysconfig.get_config_var('CFLAGS') or '' variable68 '-fsanitize=memory' in _cflags or