We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddc98ca commit 8322195Copy full SHA for 8322195
1 file changed
util/test.jam
@@ -50,6 +50,7 @@ rule run-template ( test-name : sources * : files * : requirements * ) {
50
<toolset>msvc:<define>_CRT_SECURE_NO_WARNINGS
51
<toolset>msvc:<define>_CRT_SECURE_NO_DEPRECATE
52
<toolset>msvc:<cxxflags>"-wd4996"
53
+ <toolset>clang,<target-os>windows:<define>_CRT_SECURE_NO_WARNINGS
54
<toolset>clang:<variant>debug:<cxxflags>"-fsanitize=memory"
55
# toolset optimizations
56
<toolset>msvc:<cxxflags>"-Gy"
0 commit comments