mirror of
https://github.com/boostorg/build.git
synced 2026-02-14 12:42:11 +00:00
committed by
Rene Rivera
parent
1cf0b2031a
commit
e22a75c8fd
@@ -1771,6 +1771,8 @@ local rule register-toolset-really ( )
|
||||
toolset.flags msvc.compile CFLAGS <warnings>on : /W3 ;
|
||||
toolset.flags msvc.compile CFLAGS <warnings>off : /W0 ;
|
||||
toolset.flags msvc.compile CFLAGS <warnings>all : /W4 ;
|
||||
toolset.flags msvc.compile CFLAGS <warnings>extra : /W4 ;
|
||||
toolset.flags msvc.compile CFLAGS <warnings>pedantic : /W4 ;
|
||||
toolset.flags msvc.compile CFLAGS <warnings-as-errors>on : /WX ;
|
||||
|
||||
toolset.flags msvc.compile C++FLAGS <exception-handling>on/<asynch-exceptions>off/<extern-c-nothrow>off : /EHs ;
|
||||
|
||||
Reference in New Issue
Block a user