From d476e0c6d3ce7ad26dbd802ae215f981390a11a0 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Tue, 30 Nov 2021 18:56:14 -0800 Subject: [PATCH] Document latest pull request --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4df7d41..4a0f8174 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## TBD + +Features + +- Separate include/library search directory options from "normal" compiler/linker options and place options passed via the `-COPT`/`-CLNK` command-line flags in-between. This allows overwriting the default search paths, since contrary to all other options, the search paths must be prepend for an `-I`/`-L` option to take precedence over an existing one. + ## 0.33.0 - September 24, 2021 Features