]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
src/CMakeLists.txt: enable _GLIBCXX_ASSERTIONS in debug builds
authorSamuel Just <sjust@redhat.com>
Thu, 19 Dec 2019 00:05:14 +0000 (00:05 +0000)
committerSamuel Just <sjust@redhat.com>
Thu, 23 Jan 2020 00:03:06 +0000 (16:03 -0800)
commit385215f2849f1fd6bc2e71f3574a8b6e7ef7458f
treeeb1b806b561a01c98cb7bf8d3e0f7b55d58ef1ae
parent2c9542901532feafd569d92e9f67ccd2e1af3129
src/CMakeLists.txt: enable _GLIBCXX_ASSERTIONS in debug builds

We already enable this by default in our rpm builds.  Adding it here as
well increases the odds we'll catch things with make check and local
testing.

Signed-off-by: Samuel Just <sjust@redhat.com>
src/CMakeLists.txt