mirror of
https://github.com/boostorg/histogram.git
synced 2025-05-09 23:04:07 +00:00
reorder
This commit is contained in:
parent
8260deaa1d
commit
b801e4ecd8
21
Jamfile
21
Jamfile
@ -7,6 +7,16 @@
|
||||
|
||||
import common ;
|
||||
|
||||
project
|
||||
: requirements
|
||||
<implicit-dependency>/boost//headers
|
||||
<include>$(BOOST_ROOT)
|
||||
<toolset>clang:<cxxflags>"-pedantic -Wextra -Wsign-compare -Wstrict-aliasing -fstrict-aliasing"
|
||||
<toolset>gcc:<cxxflags>"-pedantic -Wextra -Wsign-compare -Wstrict-aliasing -fstrict-aliasing"
|
||||
: default-build
|
||||
<warnings>all
|
||||
;
|
||||
|
||||
path-constant THIS_PATH : . ;
|
||||
|
||||
# only works with clang because of -fsanitize-blacklist
|
||||
@ -22,14 +32,9 @@ variant histogram_coverage : debug :
|
||||
<linkflags>"--coverage"
|
||||
;
|
||||
|
||||
project
|
||||
: requirements
|
||||
<implicit-dependency>/boost//headers
|
||||
<include>$(BOOST_ROOT)
|
||||
<toolset>clang:<cxxflags>"-pedantic -Wextra -Wsign-compare -Wstrict-aliasing -fstrict-aliasing"
|
||||
<toolset>gcc:<cxxflags>"-pedantic -Wextra -Wsign-compare -Wstrict-aliasing -fstrict-aliasing"
|
||||
: default-build
|
||||
<warnings>all
|
||||
variant histogram_no_exceptions : debug :
|
||||
<cxxstd>latest
|
||||
<exception-handling>off
|
||||
;
|
||||
|
||||
build-project test ;
|
||||
|
Loading…
x
Reference in New Issue
Block a user