Update README.md

This commit is contained in:
dermagen 2024-07-29 01:15:44 -04:00 committed by GitHub
parent 7534ca38a8
commit df5f86a8e2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,7 +16,7 @@ gcc -o skint [skint].c -lm
``` ```
Some compilers link `<math.h>` library automatically, some require explicit option like `-lm` above. It can be built on 32-bit Some compilers link `<math.h>` library automatically, some require explicit option like `-lm` above. It can be built on 32-bit
and 64-bit systems (tested on Windows and Linux). and 64-bit systems.
For much better performance (especially in floating-point calculations) you may pick another compiler, add optimization flags, For much better performance (especially in floating-point calculations) you may pick another compiler, add optimization flags,
and some SKINT-spicific options, e.g.: and some SKINT-spicific options, e.g.: