Backed out changeset: a7a73225f8ee
This commit is contained in:
parent
971793d6a1
commit
5ee8c8ce91
@ -12,7 +12,7 @@ for i in SM.sdkInfo:
|
||||
|
||||
if compiler.cc.name == 'gcc' or compiler.cc.name == 'clang':
|
||||
compiler['CFLAGS'].append('-Wno-parentheses')
|
||||
compiler['CFLAGS'].append('-Wno-invalid-offsetof')
|
||||
compiler['CXXFLAGS'].append('-Wno-invalid-offsetof')
|
||||
|
||||
if i != 'ep1':
|
||||
compiler['CDEFINES'].append('HOOKING_ENABLED')
|
||||
|
Loading…
Reference in New Issue
Block a user