arrow_back_ios Back to List

-ocdir [dir]

Offload KB - offload-library

Old Content Alert

Please note that this is a old document archive and the will most likely be out-dated or superseded by various other products and is purely here for historical purposes.

When Offload compiles to the intermediate output C format, the generated C files are placed into a folder for further compilation. To specify the destination of this folder use the –ocdir [dir] compiler option. For example, to place the files into the folder Foo, use –ocdir “Foo”. The double quotes are optional here, but are recommended in case the path specified has spaces within it.