Compare commits
1
Commits
v1.0.2-post1
...
latest
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6f0c5c022a |
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user