Adjusting the proper set of flags this time.

This commit is contained in:
Nicholas Hastings 2011-05-25 11:25:20 -04:00
parent 3e14739b29
commit 7e6f3bfd83

View File

@ -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')