Changeset 3128 for trunk


Ignore:
Timestamp:
05/16/17 15:59:19 (7 years ago)
Author:
VincentMcIntyre
Message:

asap/trunk - add -std=c++11 compilation flag since we started using the shared_ptr feature in r3121

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SConstruct

    r3126 r3128  
    166166        env.Append(LINKFLAGS=['-Wl,-O1', '-s'])
    167167    env.Append(CCFLAGS=["-O2"])
     168    env.Append(CCFLAGS=["-std=c++11"])
    168169else:
    169170    env.Append(CCFLAGS=["-g", "-W", "-Wall"])
Note: See TracChangeset for help on using the changeset viewer.