mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-12 15:27:36 +02:00
Document latest pull request
This commit is contained in:
parent
25165b6782
commit
d476e0c6d3
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue