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

Function CLSetLdFlags

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

Source from the content-addressed store, hash-verified

63
64
65def CLSetLdFlags(root, flags):
66 node = root.find('Settings').find('Configuration').find('Linker')
67 node.attrib['Options'] = flags
68
69def CLAddLibrary_path(root, path):
70 node = root.find('Settings').find('Configuration').find('Linker')

Callers 1

TargetCodeliteFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected