New linker options

This commit is contained in:
Justin Ethier 2020-02-20 13:57:31 -05:00
parent 34040f3c83
commit 3c784afaec

View file

@ -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