$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] Building with clang for Windows/MingW
From: Edward Diener (eldiener_at_[hidden])
Date: 2014-02-01 12:18:43
When trying to test clang under Windows which is built with MingW, Boost
Build runs with the options:
-c -x c++ -O0 -g -fno-inline -Wall -g -mthreads
However clang does not recognize -mthreads and flags it as an error. Is
there anything I can do to remove this option from the clang++.exe
command line when invoking Boost Build ?