diff options
author | Sven Gothel <[email protected]> | 2019-06-15 14:18:22 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2019-06-15 14:18:22 +0200 |
commit | 6523322893a0f18cef7b45e693249e147721990e (patch) | |
tree | 9b35d616d0952eb814b53e4406da908b38a65289 /src/main/java/net/sf/antcontrib/cpptasks/ObjectFileCollector.java | |
parent | bd21aded190bb92261e4a01acdfa8e1be2158474 (diff) |
Adding option 'usehighleveltool'
Adding option 'usehighleveltool', which gives preference to the higher level tool selection.
Default is false.
Currently 'usehighleveltool' is implemented for LinkType
operation to build a static library, i.e. 'outtype' target is 'static'.
If set to false (default), the default low level 'ar' librarian tool is being used.
If set to true, the high-level tool gcc, g++ or clang (w/ or w/o xcode's xcrun)
will be used to process the command.
This might have some advantages where xcode's clang may validate consistency
of the result, i.e. missing symbols etc.
Diffstat (limited to 'src/main/java/net/sf/antcontrib/cpptasks/ObjectFileCollector.java')
0 files changed, 0 insertions, 0 deletions