On 11/13/2011 8:14 AM, bioinfornatics wrote:
Le dimanche 13 novembre 2011 à 13:47 +0100, bioinfornatics a écrit :
-DD_FLAGS="-g;-w;-d;-m32"

$ CFLAGS="${CFLAGS: -o -g -m32}"
$ cmake -DD_FLAGS="-g;-w;-d;-m32" .

it works ?


Wouldn't that just cause the libs to be built as 32-bit only? I want them built as **both** 32- and 64-bit and the 32-bit ones automatically used when building a 32-bit binary, etc.

Reply via email to