In order to prepare the implementation of a SQLite-based storage CLA, a
basic structure of this CLA with empty functions is created and
adjustments are made to the configuration/initialization functions and
the build system.
Signed-off-by: Maximilian Nitsch <maximilian.nitsch@d3tn.com>
We do not need this anymore due to making logging line-buffered and it
collides with ASAN in some cases.
Signed-off-by: Felix Walter <felix.walter@d3tn.com>
The default compile architecture (march=native) depends heavily on the
host CPU and thus it is not suitable for a generic x86-64 Docker image.
Therefore, for the Docker images, it is changed to march=x86-64
instead.
Signed-off-by: Maximilian Nitsch <maximilian.nitsch@d3tn.com>