Skip to content

Commit

Permalink
Add -pthread
Browse files Browse the repository at this point in the history
  • Loading branch information
lalten committed Dec 19, 2023
1 parent e35630f commit 9aacd91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions third_party/squashfs-tools.BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ load("@rules_cc//cc:defs.bzl", "cc_binary", "cc_library")
_COPTS = [
"-O2", # squashfs-tools/Makefile#L219
"-std=gnu17", # GNU extensions are at play
"-pthread",
"--no-warnings", # We don't care about third-party warnings
]

Expand Down

0 comments on commit 9aacd91

Please sign in to comment.