From 3c784afaec29ce84c050c30922dd6ade24ef71c2 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Thu, 20 Feb 2020 13:57:31 -0500 Subject: [PATCH] New linker options --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fe76bb2..8652cb18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ Features +- Added the `c-linker-options` library directive to allow a library to specify options to pass to the C linker. This prevent compiler errors when linking the final executable. - Added the `-CLNK` compiler option to specify a custom command to provide as a linker option. For example: `"-lcurl"`. Bug Fixes