build: Remove the DEBUG_SHARED_PTR pp variable

This definition is exported by Seastar as `SEASTAR_DEBUG_SHARED_PTR` and
no code in Scylla uses this definition either way.
This commit is contained in:
Jesse Haber-Kucharsky
2019-02-21 10:42:02 -05:00
parent f4883a1aea
commit b7b50392ed

View File

@@ -240,7 +240,7 @@ modes = {
'debug': {
'sanitize': '-fsanitize=address -fsanitize=leak -fsanitize=undefined',
'sanitize_libs': '-lasan -lubsan',
'opt': '-O0 -DDEBUG -DDEBUG_SHARED_PTR -DDEBUG_LSA_SANITIZER',
'opt': '-O0 -DDEBUG -DDEBUG_LSA_SANITIZER',
'libs': '',
},
'release': {