$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-build] Incorrect debug library path in release link command
From: Christian Schafmeister (chris.schaf_at_[hidden])
Date: 2014-01-15 00:52:45
Re: my previous message about trying to figure out why a -L
/debug/lib flag was in a link command for the release build of my app.
I figured it out - I had neglected to define a release version of a particular library and boost build defaulted to the debug version.
Best,
.Chris.