mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-20 16:40:35 +00:00
The build directory is meaningless, since it is typically some directory in a continuous integration server. That means someone debugging the relocatable package needs to issue the gdb command 'set substitute-path' with the correct arguments, or they lose source debugging. Doing so in the relocatable package build saves this step. The default build is not modified, since a typical local build benefits from having the paths hardcoded, as the debugger will find the sources automatically.