Skip to content

Commit

Permalink
clang-analyze: force 32bit compile
Browse files Browse the repository at this point in the history
  • Loading branch information
grissiom committed Dec 24, 2014
1 parent c045281 commit ee59452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/tools/clang-analyze.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def generate(env):
env['AR'] = '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['ARFLAGS'] = '-rc'

Expand Down

0 comments on commit ee59452

Please sign in to comment.