Tidy up Jamroot /permissive-

This commit is contained in:
Vinnie Falco
2017-07-03 09:09:42 -07:00
parent f94f5738a3
commit d427b608e8
2 changed files with 2 additions and 1 deletions

View File

@ -8,6 +8,7 @@ Version 71:
* Fix buffer overflow handling for string_body and mutable_body
* Concept check in basic_dynamic_body
* Tidy up http_sync_port error check
* Tidy up Jamroot /permissive-
WebSockets:

View File

@ -91,7 +91,7 @@ project beast
<toolset>clang:<cxxflags>-Wrange-loop-analysis
<toolset>msvc:<define>_SCL_SECURE_NO_WARNINGS=1
<toolset>msvc:<define>_CRT_SECURE_NO_WARNINGS=1
<toolset>msvc:<cxxflags>"/bigobj /permissive-"
<toolset>msvc:<cxxflags>"/permissive- /bigobj"
<toolset>msvc:<variant>release:<cxxflags>"/Ob2 /Oi /Ot"
<os>LINUX:<define>_XOPEN_SOURCE=600
<os>LINUX:<define>_GNU_SOURCE=1