Add c++11 enablement options in wscript
authorMichael R. Fisher <mfisher@bketech.com>
Mon, 15 Jul 2013 22:27:21 +0000 (17:27 -0500)
committerMichael Fisher <mfisher31@gmail.com>
Tue, 16 Jul 2013 03:57:35 +0000 (22:57 -0500)
commitcdef4aa50f64daf784590a8f27f1ba11c03f1884
tree1bb0c4197f001348db39b795ce8c670e1a374c01
parent066df0d218ee4391eb3e15259deca5ccc190ed84
Add c++11 enablement options in wscript
- adds "--cxx11" toggle for ./waf configure
- The switch adds appropriate compiler flags and tests the compiler
  for usability of c++11
- This 'should' be compatible for linux, osx, and windows systems
  that have gcc and/or clang with support c++11
wscript