$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2002-07-02 08:40:40
Hi,
I've nearly finished getting build request from command line. The last
question is whether we'd need a short form or
release optimization=off optimization=on
IIRC, the current system allows the consice
<optimization>off/on
notation. We can't reuse it as is because slash is used for different
purpose. What about
release optimization=off,on
?
- Volodya