$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-build] Order of command line parameters
From: Edward Diener (eldiener_at_[hidden])
Date: 2015-05-31 19:41:42
Is there any way to change the order of command line parameters when a
compiler is invokded ? For many if not most compilers the order of
command line parameters is significant. If in my user-config.jam file I
place a toolset command for a compiler, and specify one or more
<cxxflags> the flags evidently are output on the command line in some
sort of random order amongs other command line parameters generated by
jam files from within Boost. But suppose I want my user-config.jam
command line parameters to come first or last in the order of command
line parameters. is there any way to accomplish that ? if not I suggest
there should be.