aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authoramy <[email protected]>2023-05-15 13:12:45 +0000
committeramy <[email protected]>2023-05-15 13:12:45 +0000
commitcc399ee1f39fcad6ab9aefb2b198e4c83be89c69 (patch)
treee9b4b5a64aedc33617890a479aae21cf3f2d7584 /readme.md
parentd51a878cd6fbb3bc7864140b0ce82a1908a5ed57 (diff)
poly intersection!
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/readme.md b/readme.md
index 360743c..3bb2290 100644
--- a/readme.md
+++ b/readme.md
@@ -1,7 +1,7 @@
-optimized build : `clang ./src/*.c -lm -lglfw -lGL -lGLEW -fno-trapping-math -Dskip_memory_trace`
+optimized build : `clang ./src/*.c -lm -lglfw -lGL -lGLEW -fno-trapping-math`
-build flags : -Dskip_memory_trace -Dstfu -D_debug
+build flags : -Dmemory_trace -Dstfu -D_debug -Dmemory_count
# todo