mirror of
https://github.com/boostorg/beast.git
synced 2025-07-29 20:37:31 +02:00
Tidy up Jamroot /permissive-
This commit is contained in:
@ -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:
|
||||
|
||||
|
2
Jamroot
2
Jamroot
@ -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
|
||||
|
Reference in New Issue
Block a user