Opened 20 years ago
Last modified 17 years ago
#76 closed defect
compiler options in 'using' — at Initial Version
| Reported by: | ghost | Owned by: | somebody |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | component1 | Version: | |
| Keywords: | Cc: |
Description
Now, one can do:
using gcc : : <compileflags>foo <linkflags>bar ;
This confuses the user in two waits.
- It's not possible to specify arbitrary features there, and unrecognized features
are ignored.
- The <compileflags> is not a valid feature, so using it in Jamfiles does not work.
The root of the problem is names used in 'using' has no relation to features at all, but have the same syntax.
Note:
See TracTickets
for help on using tickets.
