Skip to content

Commit 4bea116

Browse files
committed
Recover after sanitizer errors
1 parent cd3abcf commit 4bea116

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

global.pri

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,8 @@ unix:!nosanitizers {
157157
}
158158

159159

160-
QMAKE_CFLAGS += -fno-sanitize-recover=all
161-
QMAKE_CXXFLAGS += -fno-sanitize-recover=all
160+
QMAKE_CFLAGS += -fsanitize-recover=all
161+
QMAKE_CXXFLAGS += -fsanitize-recover=all
162162
}
163163

164164
OBJECTS_DIR = .build/$$CONFIGURATION/obj

0 commit comments

Comments
 (0)