We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47a41e5 commit 48cb734Copy full SHA for 48cb734
example/Jamfile.v2
@@ -26,6 +26,7 @@ ECHO $(HAS_UBSAN:J) ;
26
project
27
:
28
: requirements
29
+ <library>/boost/test//boost_test
30
<toolset>clang:<cxxflags>-Wno-c99-extensions <define>$(HAS_UBSAN:J)
31
;
32
test/Jamfile.v2
@@ -16,6 +16,7 @@ import config : requires ;
16
17
18
19
20
21
22
import-search /boost/predef/tools/check ;
0 commit comments