-
Notifications
You must be signed in to change notification settings - Fork 280
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduce --with-tsan to compile with Clang ThreadSanitizer
pkg repo uses multiple threads to speed up the repository creation process. On MacOS with multiple workers this is predictably crashing ```pkg``` or generating unparsable repository artefacts. Introduce --with-tsan to compile with Clang ThreadSanitizer. While here, make the description of the configure options more clear and remove ```-ggdb``` in favour of ```-g```.
- Loading branch information
Keve
committed
Nov 13, 2024
1 parent
e737ef9
commit 8382f4c
Showing
2 changed files
with
21 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters