mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
Added more details on batch compilation
This commit is contained in:
parent
2c3a85efb9
commit
93393a4f1c
1 changed files with 6 additions and 1 deletions
|
@ -4,7 +4,12 @@
|
|||
|
||||
Features
|
||||
|
||||
- WIP: added batch compilation (TODO: more details)
|
||||
- When compiling a program with `cyclone` any library dependencies will be 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.
|
||||
- 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
|
||||
|
|
Loading…
Add table
Reference in a new issue