$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2005-02-15 02:52:41
Hi Zbynek,
> I've recently discovered that when doing optimized build with gcc the
> -0x flags are used only when compiling the cpp->obj but not when
> linking. However when I use them also for the link command the result is
> a faster executable.
Are you sure? This is news for me. What effect do -Ox flags have during
linking.
> Could the gcc toolset be updated accordingly?
Sure, as soon as I understand what's going on.
- Volodya