Opened 7 years ago
#11238 new Bugs
Clang doesn't support -finline-function
Reported by: | Owned by: | ||
---|---|---|---|
Milestone: | To Be Determined | Component: | Building Boost |
Version: | Boost 1.57.0 | Severity: | Problem |
Keywords: | Cc: |
Description
Previous versions of clang just ignored it silently, but now it actually emits a warning in 3.5. See http://stackoverflow.com/questions/26108606/no-support-to-finline-functions-in-clang-3-5 for details.
Suggest removing "-finline-functions' from clang-darwin.compile OPTIONS on line 86 of tools/build/src/tools/clang-darwin.jam
Attachments (1)
Note:
See TracTickets
for help on using tickets.
DIsable -finline-functions-warning on clang