Skip to content

Commit

Permalink
Finish thread sanitizer linker flags
Browse files Browse the repository at this point in the history
  • Loading branch information
kinokrt authored Dec 8, 2023
1 parent ef3375c commit cbc8275
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,8 @@ jobs:
conan-profile-custom-conf: |
tools.build:cflags = [ "-fsanitize=thread" ]
tools.build:cxxflags = [ "-fsanitize=thread" ]
tools.build:ldflags = [ "-fsanitize=thread" ]
tools.build:sharedlinkflags = [ "-fsanitize=thread" ]
tools.build:exelinkflags = [ "-fsanitize=thread" ]
conan-profile-custom-settings: |
compiler.sanitizer = thread
before-each-test: |
Expand Down

0 comments on commit cbc8275

Please sign in to comment.