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

Function CLSetCxxFlags

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

Source from the content-addressed store, hash-verified

44 node.attrib['C_Options'] = flags
45
46def CLSetCxxFlags(root, flags):
47 node = root.find('Settings').find('Configuration').find('Compiler')
48 node.attrib['Options'] = flags
49
50def CLSetAsFlags(root, flags):
51 node = root.find('Settings').find('Configuration').find('Compiler')

Callers 1

TargetCodeliteFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected