mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-16 01:07:34 +02:00
Reflect latest changes with batch compilation
This commit is contained in:
parent
77a02fe26d
commit
62c929e529
1 changed files with 3 additions and 4 deletions
|
@ -4,16 +4,15 @@
|
|||
|
||||
Features
|
||||
|
||||
- When compiling a program with `cyclone` any library dependencies will be automatically built as well.
|
||||
- When compiling a program with `cyclone` any library dependencies are automatically built as well.
|
||||
Note:
|
||||
- A library will only be built if an object file does not exist for it or the `.sld` source file is newer than the object file.
|
||||
- A library will only be built if an object file does not exist for it or if any of the source files are newer than the object file.
|
||||
- Only "local" libraries will be built. Cyclone will not automatically attempt to build libraries in system directories.
|
||||
- This capability can be disabled by the `-no-batch` option.
|
||||
|
||||
- Added `define-values` from R7RS.
|
||||
|
||||
Bug Fixes
|
||||
- Do not inline functions if optimizations are disabled via `-O0`.
|
||||
- Prevent compilation errors when optimizations are disabled via `-O0`.
|
||||
|
||||
## 0.11.8 - December 30, 2019
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue