Allow a few build-time arguments to the C++ build
authorsmparkes@smparkes.net <smparkes@smparkes.net@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Fri, 20 Aug 2010 18:46:05 +0000 (18:46 +0000)
committersmparkes@smparkes.net <smparkes@smparkes.net@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Fri, 20 Aug 2010 18:46:05 +0000 (18:46 +0000)
commit0639f93f2d9adfc7ca4da43077eb56770805aa68
tree9f718eb5e6d3275eca7221515605a5ab1a434a56
parentc7e8da93b80f016cc6efdfdf56a739fb3af7f564
Allow a few build-time arguments to the C++ build

Add DEBUG and PIC flags to scons so you can now build without debug, e.g.,
  scons DEBUG=false lib
or with -fPIC forced, e.g,.
  scons PIC=true lib

Defaults haven't changed.

git-svn-id: http://zxing.googlecode.com/svn/trunk@1550 59b500cc-1b3d-0410-9834-0bbf25fbcc57
cpp/SConscript