fix: remove misused optimization flag -01

related to #850
This commit is contained in:
Alanscut
2024-05-09 10:09:18 +08:00
committed by Alan Wang
parent 3ef4e4e730
commit a20be7996d
-1
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()