fix: remove misused optimization flag -01

related to #850
This commit is contained in:
Alanscut 2024-05-09 09:53:14 +08:00 committed by Alan Wang
parent 3ef4e4e730
commit a20be7996d

View File

@ -70,7 +70,6 @@ if (ENABLE_SANITIZERS)
-fsanitize=float-cast-overflow
-fsanitize-address-use-after-scope
-fsanitize=integer
-01
-fno-sanitize-recover
)
endif()