Skip to content

Commit

Permalink
fix: remove misused optimization flag -01
Browse files Browse the repository at this point in the history
related to #850
  • Loading branch information
Alanscut committed May 9, 2024
1 parent 3ef4e4e commit a20be79
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ if (ENABLE_SANITIZERS)
-fsanitize=float-cast-overflow
-fsanitize-address-use-after-scope
-fsanitize=integer
-01
-fno-sanitize-recover
)
endif()
Expand Down

0 comments on commit a20be79

Please sign in to comment.