Author SHA1 Message Date
DollyandRushaway 6f0c5c022a fix(ci): compile ubutnu and windows (#12)
Co-authored-by: Rushaway <[email protected]>
2026-07-30 16:58:09 +02:00
Maxime Leroy d8935c7961 chore(ci): shared ci workflow (#11) 2025-03-09 13:24:32 +01:00
+5
View File
@@ -22,4 +22,9 @@ for sdk_name in Extension.sdks:
Extension.AddCDetour(binary)
# Silence fatal errors on unrecognized Clang warning flags from CDetour
if cxx.family in ['gcc', 'clang']:
binary.compiler.cflags += ['-Wno-unknown-warning-option']
binary.compiler.cxxflags += ['-Wno-unknown-warning-option']
Extension.extensions += builder.Add(project)