]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/endian/benchmark/test.bat
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / endian / benchmark / test.bat
1 b2 -a toolset=msvc-14.0 variant=release link=static address-model=64
2 bin\loop_time_test 1000 >msvc-loop-time.html
3 msvc-loop-time.html
4
5 echo The GCC static build does not work on Windows, probably because of a bjam/b2 bug
6 b2 -a toolset=gcc-c++11 variant=release link=static address-model=64
7 bin\loop_time_test 1000 >gcc-loop-time.html
8 gcc-loop-time.html
9
10 rem Copyright Beman Dawes 2015
11 rem Distributed under the Boost Software License, Version 1.0.
12 rem See www.boost.org/LICENSE_1_0.txt