Skip to content

Commit

Permalink
Add -Wno-extended-offsetof for clang-3
Browse files Browse the repository at this point in the history
  • Loading branch information
sfodagain committed Jun 7, 2024
1 parent 05e0e07 commit b2d8752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/core/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ class PKG_TOOLS(Enum):
'cxx': "clang++-3.9",
# specific version number in use
'releases': ['3.9'],
'cmake_args': ['-DCMAKE_C_FLAGS=-Wno-missing-field-initializers'],
'cmake_args': ['-DCMAKE_C_FLAGS="-Wno-missing-field-initializers -Wno-extended-offsetof"'],
},
'6': {
'c': "clang-6.0",
Expand Down

0 comments on commit b2d8752

Please sign in to comment.