diff options
author | amy <[email protected]> | 2023-05-23 12:49:27 +0000 |
---|---|---|
committer | amy <[email protected]> | 2023-05-23 12:49:27 +0000 |
commit | f24f476724d5585e253b7e9b7f1b767fe5c8bb6c (patch) | |
tree | 43f4a5f41f3ac3111844b6fb6660af5b86339dad /readme.md | |
parent | eb9170b07a0d28dc0b89a5b20625dd7b145a1eda (diff) |
push from build pc
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ -optimized build : `clang ./src/*.c -lm -lglfw -lGL -lGLEW -fno-trapping-math` +optimized build : `clang ./src/*.c -lm -lglfw -lGL -lGLEW -fno-trapping-math -ffast-math` build flags : -Dmemory_trace -Dstfu -D__debug -Dmemory_count |