Changes between Initial Version and Version 1 of Ticket #10757, comment 4


Ignore:
Timestamp:
Feb 14, 2015, 7:03:39 PM (8 years ago)
Author:
olli

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).
     1You are using MSVC which itself uses MASM to compile assembler files.
     2If you require additional compiler flags than you have to apply those flags at b2/bjam command line (maybe cxxflags).
    23If this does not work because /SAFESEH is not passed to MASM by MSVC than this is an issue of boost.build
    34(and requires an feature request for boost.build).