diff options
author | amy <[email protected]> | 2023-05-15 13:12:45 +0000 |
---|---|---|
committer | amy <[email protected]> | 2023-05-15 13:12:45 +0000 |
commit | cc399ee1f39fcad6ab9aefb2b198e4c83be89c69 (patch) | |
tree | e9b4b5a64aedc33617890a479aae21cf3f2d7584 /readme.md | |
parent | d51a878cd6fbb3bc7864140b0ce82a1908a5ed57 (diff) |
poly intersection!
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |