diff options
author | amy <[email protected]> | 2023-04-14 13:22:32 +0000 |
---|---|---|
committer | amy <[email protected]> | 2023-04-14 13:22:32 +0000 |
commit | d769c253e8a6ddc67cf8424da2017d309e93f11b (patch) | |
tree | f62685a725836337ab29cd8c3448d49d53ed4004 /readme.md |
init
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..9b4ae3b --- /dev/null +++ b/readme.md @@ -0,0 +1,5 @@ + +optimized build : `clang ./src/*.c -lm -lglfw -lGL -fno-trapping-math` + +#known issues +- glfw causes memory leak (not lost, related to video drivers) |