Skip to content

Commit

Permalink
Fix optimization flag
Browse files Browse the repository at this point in the history
Found by ChatGPT 4
  • Loading branch information
sbvoxel committed Apr 30, 2024
1 parent 19396a4 commit 1b03292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 70,7 @@ if (ENABLE_SANITIZERS)
-fsanitize=float-cast-overflow
-fsanitize-address-use-after-scope
-fsanitize=integer
-01
-O1
-fno-sanitize-recover
)
endif()
Expand Down

0 comments on commit 1b03292

Please sign in to comment.