Changeset 273 for trunk/SConstruct


Ignore:
Timestamp:
07/21/11 22:05:25 (13 years ago)
Author:
tim
Message:

allowed compiler to be specified via CC environment variable
fixed 3 uninitialized variable problems discovered by clang source analyzer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SConstruct

    r269 r273  
    1414           'lib/void_stack.c']
    1515
     16cc=os.environ.get('CC', 'gcc')
    1617env = Environment(ENV=os.environ,
     18                  CC=cc,
    1719                  CFLAGS=cflags,
    1820                  CPPPATH=['include', '/usr/local/include'],
Note: See TracChangeset for help on using the changeset viewer.