Skip to content

Commit

Permalink
- Remove the use of boost libraries.
Browse files Browse the repository at this point in the history
- Add default build.
  • Loading branch information
ricardocosme committed Jun 16, 2017
1 parent b2471ff commit 561a09d
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions Jamroot
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,16 @@ if ! $(cxx_std)
cxx_std = c++11 ;
}

lib system : : <name>boost_system <search>$(BOOST_DIR)/lib ;
lib timer : chrono : <name>boost_timer <search>$(BOOST_DIR)/lib ;
lib chrono : system : <name>boost_chrono <search>$(BOOST_DIR)/lib ;

project mapbox_variant
: requirements
<cxxflags>-std=$(cxx_std)
<include>$(BOOST_DIR)/include
<include>./include
<include>./test/include
<library>system
<library>timer
<library>chrono
<include>include
<include>test/include
<variant>release:<cxxflags>-march=native
: default-build
<variant>release
<optimization>speed
;

exe variant-test
Expand Down

0 comments on commit 561a09d

Please sign in to comment.