Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2007-07-18 13:59:40


It appears there's more than one way to ask msvc
toolset to produce 64-bit binaries.

1. One can specify some 64-bit compiler when
configuring.

2. One can use address-model=64, which results in

        /favor:EM64T

or

        /favor:AMD64

being passed.

Anybody knows the canonic way to produce 64-bit binaries, both
for AMD chips and for Itanium?

- Volodya


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk