$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Phillip Seaver (phil_at_[hidden])
Date: 2007-07-06 11:21:19
There was some discussion a while ago about compiling multiple source
files with one compiler invocation --
http://thread.gmane.org/gmane.comp.lib.boost.build/11177/focus=11200
Has anyone looked at that? I know that for some of my libraries and
executables, I'd get a substantial speed increase over separate calls.
I'd like to do it myself, but I haven't had time to dig into boost-build
to really understand how it works.
Phillip