mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-19 05:39:17 +02:00
Issue #484
This commit is contained in:
parent
2e84aaac9c
commit
79b5b97a96
1 changed files with 5 additions and 0 deletions
|
@ -6,6 +6,11 @@ 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.
|
- 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.
|
||||||
|
|
||||||
|
Bug Fixes
|
||||||
|
|
||||||
|
- Prevent segmentation faults in the runtime when setting a global variable to itself.
|
||||||
|
- Do not throw an error when exporting a primitive that is not defined in the current module, as built-ins are always available in any context.
|
||||||
|
|
||||||
## 0.33.0 - September 24, 2021
|
## 0.33.0 - September 24, 2021
|
||||||
|
|
||||||
Features
|
Features
|
||||||
|
|
Loading…
Add table
Reference in a new issue