libmdbx  0.11.6.39 (2022-04-13T11:05:50+03:00)
One of the fastest compact embeddable key-value ACID database without WAL.
MDBX_build_info Struct Reference

libmdbx build information More...

#include <mdbx.h>

Public Attributes

const char * datetime
 
const char * target
 
const char * options
 
const char * compiler
 
const char * flags
 

Detailed Description

libmdbx build information

Attention
Some strings could be NULL in case no corresponding information was provided at build time (i.e. flags).

Member Data Documentation

◆ compiler

const char* MDBX_build_info::compiler

compiler

◆ datetime

const char* MDBX_build_info::datetime

build timestamp (ISO-8601 or DATE TIME)

◆ flags

const char* MDBX_build_info::flags

CFLAGS and CXXFLAGS

◆ options

const char* MDBX_build_info::options

mdbx-related options

◆ target

const char* MDBX_build_info::target

cpu/arch-system-config triplet


The documentation for this struct was generated from the following file: