• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright 2004 Vladimir Prus
2# Distributed under the Boost Software License, Version 1.0.
3# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
4
5#[jamroot
6#<< Define a build variant which is just combination of four properties.
7variant crazy : <optimization>speed <inlining>off
8                <debug-symbols>on <profiling>on ;
9
10#<< Define a built variant inherited from 'release'. It defines one new property and gets all properties from the parent `release` variant.
11variant super_release : release : <define>USE_ASM ;
12#]
13