Skip to content

Commit

Permalink
Merge pull request #3969 from Szelethus/gcc_recognize_pthread
Browse files Browse the repository at this point in the history
[fix] Recognize -pthread for gcc compile commands
  • Loading branch information
bruntib authored Jul 27, 2023
2 parents ed902a6 + 10aeb79 commit 38f9315
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion analyzer/codechecker_analyzer/buildlog/log_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,8 @@
'-Wno-',
'--sysroot=',
'-sdkroot',
'--gcc-toolchain='
'--gcc-toolchain=',
'-pthread'
]

COMPILE_OPTIONS = re.compile('|'.join(COMPILE_OPTIONS))
Expand Down

0 comments on commit 38f9315

Please sign in to comment.