diff options
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -1,7 +1,7 @@ optimized build : `clang ./src/*.c -lm -lglfw -lGL -lGLEW -fno-trapping-math` -build flags : -Dmemory_trace -Dstfu -D_debug -Dmemory_count +build flags : -Dmemory_trace -Dstfu -D__debug -Dmemory_count # todo @@ -9,8 +9,6 @@ build flags : -Dmemory_trace -Dstfu -D_debug -Dmemory_count - color triangles (more detailed) -- separate alloc tracing, and counting - - animations - simple transparency |