mirror of
https://git.coom.tech/drummyfish/raycastlib.git
synced 2025-01-06 03:46:24 +01:00
Update
This commit is contained in:
parent
0005f40264
commit
e32701e976
2 changed files with 3 additions and 5 deletions
|
@ -50,13 +50,11 @@ features
|
|||
- Still **flexible** -- pixels are left for you to draw in any way you want.
|
||||
- **Tested on many platforms**:
|
||||
- PC (little endian, 64bit GNU)
|
||||
- compilers: gcc, clang
|
||||
- Emscripten (web browser, JavaScript transpile)
|
||||
- PowerPC emulator (big endian)
|
||||
- compilers: gcc, clang, emscripten (web browser, JavaScript transpile)
|
||||
- Arduboy (only experimental)
|
||||
- Pokitto (32bit resource-limited embedded ARM)
|
||||
- Gamebuino META (32bit resource-limited embedded ARM)
|
||||
- TODO:
|
||||
- PowerPC emulator (big endian)
|
||||
- Android
|
||||
- Windows
|
||||
- **Many compile-time options** to tune the performance vs quality.
|
||||
|
|
|
@ -18,7 +18,7 @@ fi
|
|||
clear
|
||||
clear
|
||||
|
||||
flags="-x c -g -O3 -pedantic -Wall -Wextra -o $1 $1.c ${link}"
|
||||
flags="-x c -g -O3 -std=c99 -pedantic -Wall -Wextra -o $1 $1.c ${link}"
|
||||
compiler=gcc
|
||||
#compiler=clang
|
||||
|
||||
|
|
Loading…
Reference in a new issue