Type with information about the current Flecs build.
More...
#include <flecs.h>
Type with information about the current Flecs build.
Definition at line 1352 of file flecs.h.
◆ addons
const char** ecs_build_info_t::addons |
Addons included in build.
Definition at line 1354 of file flecs.h.
◆ compiler
const char* ecs_build_info_t::compiler |
Compiler used to compile flecs.
Definition at line 1353 of file flecs.h.
◆ debug
bool ecs_build_info_t::debug |
Is this a debug build.
Definition at line 1359 of file flecs.h.
◆ perf_trace
bool ecs_build_info_t::perf_trace |
Is this a perf tracing build.
Definition at line 1361 of file flecs.h.
◆ sanitize
bool ecs_build_info_t::sanitize |
Is this a sanitize build.
Definition at line 1360 of file flecs.h.
◆ version
const char* ecs_build_info_t::version |
Stringified version.
Definition at line 1355 of file flecs.h.
◆ version_major
int16_t ecs_build_info_t::version_major |
Major flecs version.
Definition at line 1356 of file flecs.h.
◆ version_minor
int16_t ecs_build_info_t::version_minor |
Minor flecs version.
Definition at line 1357 of file flecs.h.
◆ version_patch
int16_t ecs_build_info_t::version_patch |
Patch flecs version.
Definition at line 1358 of file flecs.h.
The documentation for this struct was generated from the following file: