Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dermagen authored Oct 3, 2019
1 parent 46284c2 commit 96905ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ gcc -o siof -O3 -DNDEBUG siof.c -lm
If you do that, be ready for long compilation times (actual time varies widely from ~1 minute to more than an hour, depending on the compiler and optimization level). On systems supporting 32-bit applications such as Windows, it may make sense to compile SIOF in 32-bit mode; performance is almost the same, but both the executable and runtime memory footprint are noticeably smaller.

The resulting interpreter has no dependencies (except C runtime and standard -lm math library) and can be run from any location.
If compiled statically, the resulting executable can be easily moved between systems with the same ABI.
If compiled statically, it can be easily moved between systems with the same ABI.


## Scheme Compatibility
Expand Down

0 comments on commit 96905ac

Please sign in to comment.