Set/Unset DEBUG/NDEBUG as appropriate
commitaa3124d64d8e0aa2833f00f4d4b967f931a4c50d
authorSara Golemon <sgolemon@fb.com>
Tue, 12 Mar 2013 04:02:51 +0000 (11 21:02 -0700)
committerSara Golemon <sgolemon@fb.com>
Tue, 12 Mar 2013 04:19:20 +0000 (11 21:19 -0700)
tree0739490b1bd00aceee9ff3a995edbefc142b7bba
parentb4085ff17b64a7d1a4b5c30d15a360476e86de4d
Set/Unset DEBUG/NDEBUG as appropriate

For a debug build:
  cmake -DCMAKE_BUILD_TYPE=Debug .

For a release build:
  cmake -DCMAKE_BUILD_TYPE=Release .

If you never set CMAKE_BUILD_TYPE, the default will remain "Release"
CMake/HPHPSetup.cmake