mirror of
https://github.com/false-schemers/skint.git
synced 2024-12-25 21:58:54 +01:00
Update README.md
This commit is contained in:
parent
df5f86a8e2
commit
220506e3d9
1 changed files with 2 additions and 2 deletions
|
@ -18,8 +18,8 @@ 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.
|
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-specific options, e.g.:
|
||||||
|
|
||||||
```
|
```
|
||||||
clang -o skint -O3 -D NDEBUG -D NAN_BOXING [skint].c -lm
|
clang -o skint -O3 -D NDEBUG -D NAN_BOXING [skint].c -lm
|
||||||
|
|
Loading…
Reference in a new issue