Skip to content

Commit 96905ac

Browse files
authored
Update README.md
1 parent 46284c2 commit 96905ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ gcc -o siof -O3 -DNDEBUG siof.c -lm
2626
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.
2727

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

3131

3232
## Scheme Compatibility

0 commit comments

Comments
 (0)