Last change
on this file since 32 was
29,
checked in by landauf, 17 years ago
|
updated boost from 1_33_1 to 1_34_1
|
File size:
538 bytes
|
Line | |
---|
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 | |
---|
6 | # Define a build variant which is just combination |
---|
7 | # of four properties. |
---|
8 | variant crazy : <optimization>speed <inlining>off |
---|
9 | <debug-symbols>on <profiling>on ; |
---|
10 | |
---|
11 | # Define a built variant inherited from 'release'. |
---|
12 | # It defines one new property and get all properties |
---|
13 | # from parent variant. |
---|
14 | variant super_release : release : <define>USE_ASM ; |
---|
Note: See
TracBrowser
for help on using the repository browser.