mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-08 07:53:20 +00:00
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:
@@ -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': {
|
||||
|
||||
Reference in New Issue
Block a user