Skip to content

Commit cbd80eb

Browse files
committed
Try using sanitizers in the macOS release build
1 parent cbed3f1 commit cbd80eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/common_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
os: macos-14
7474
build: true
7575
build_installer: true
76-
qmake_extra: "CONFIG+=noPch CONFIG+=ccache CONFIG+=no-sanitizers CONFIG+=silent CONFIG+=warn_off"
76+
qmake_extra: "CONFIG+=noPch CONFIG+=ccache CONFIG+=sanitizer CONFIG+=sanitize_undefined CONFIG+=sanitize_address CONFIG+=silent CONFIG+=warn_off"
7777
trik_python3_version_minor: 11
7878
tests: true
7979
secrets: inherit

0 commit comments

Comments
 (0)