1
0
Fork 0
mirror of https://git.coom.tech/drummyfish/raycastlib.git synced 2024-11-23 20:49:57 +01:00

Update README.md

This commit is contained in:
Miloslav Číž 2019-06-25 15:22:42 +00:00
parent d8defb21cc
commit 6934eccc76

View file

@ -59,6 +59,8 @@ interface.
how to use how to use
---------- ----------
**Don't forget to compile with -O3!** This drastically improves performance.
For start take a look at the [testTerminal.c](https://gitlab.com/drummyfish/raycastlib/blob/master/programs/testTerminal.c) program. For start take a look at the [testTerminal.c](https://gitlab.com/drummyfish/raycastlib/blob/master/programs/testTerminal.c) program.
It is only a little bit more complex than a simple hello world. It is only a little bit more complex than a simple hello world.