MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / CLSetCFlags

Function CLSetCFlags

tools/targets/codelite.py:42–44  ·  view source on GitHub ↗
(root, flags)

Source from the content-addressed store, hash-verified

40fs_encoding = sys.getfilesystemencoding()
41
42def CLSetCFlags(root, flags):
43 node = root.find('Settings').find('Configuration').find('Compiler')
44 node.attrib['C_Options'] = flags
45
46def CLSetCxxFlags(root, flags):
47 node = root.find('Settings').find('Configuration').find('Compiler')

Callers 1

TargetCodeliteFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected