Changes between Initial Version and Version 1 of Ticket #10757, comment 4
- Timestamp:
- Feb 14, 2015, 7:03:39 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10757, comment 4
initial v1 1 You are using MSVC which itself is used assembler files - if you require additional compiler flags than you have to apply those flags at b2/bjam commandline (maybe cxxflags). 1 You are using MSVC which itself uses MASM to compile assembler files. 2 If you require additional compiler flags than you have to apply those flags at b2/bjam command line (maybe cxxflags). 2 3 If this does not work because /SAFESEH is not passed to MASM by MSVC than this is an issue of boost.build 3 4 (and requires an feature request for boost.build).