Skip to content

Commit

Permalink
[fix] Recognize -pthread for gcc compile commands
Browse files Browse the repository at this point in the history
  • Loading branch information
Szelethus committed Jul 26, 2023
1 parent 51fc87a commit 10aeb79
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 10aeb79

Please sign in to comment.