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

Function CLSetAsFlags

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

Source from the content-addressed store, hash-verified

48 node.attrib['Options'] = flags
49
50def CLSetAsFlags(root, flags):
51 node = root.find('Settings').find('Configuration').find('Compiler')
52 node.attrib['Assembler'] = flags
53
54def CLAddIncludePath(root, path):
55 node = root.find('Settings').find('Configuration').find('Compiler')

Callers 1

TargetCodeliteFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected