clang-analyze: force 32bit compile
This commit is contained in:
parent
c045281ee2
commit
ee59452ee5
|
@ -33,7 +33,7 @@ def generate(env):
|
||||||
env['AR'] = 'true'
|
env['AR'] = 'true'
|
||||||
env['LINK'] = 'true'
|
env['LINK'] = 'true'
|
||||||
|
|
||||||
env['CFLAGS'] = ['-fsyntax-only', '-Wall', '-Wno-invalid-source-encoding']
|
env['CFLAGS'] = ['-fsyntax-only', '-Wall', '-Wno-invalid-source-encoding', '-m32']
|
||||||
env['LINKFLAGS'] = '-Wl,--gc-sections'
|
env['LINKFLAGS'] = '-Wl,--gc-sections'
|
||||||
env['ARFLAGS'] = '-rc'
|
env['ARFLAGS'] = '-rc'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue