1# Boost Build v2 Jamroot for Polygon unit
2#
3#  Copyright 2010 Intel Corporation
4#
5# Use, modification and distribution is subject to the Boost Software License,
6# Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
7# http://www.boost.org/LICENSE_1_0.txt)
8
9project
10    : requirements
11        <warnings>all
12        <toolset>intel:<warnings>on
13        <toolset>intel-win:<cxxflags>"/bigobj"
14        <toolset>gcc:<cxxflags>"-pedantic -Wall -Wstrict-aliasing -fstrict-aliasing -Wno-long-long"
15        <toolset>msvc:<cxxflags>"/W4 /bigobj"
16        <include>../..
17        <include>.
18    ;
19
20
21