Type with information about the current Flecs build.
More...
#include <flecs.h>
Type with information about the current Flecs build.
Definition at line 1490 of file flecs.h.
◆ addons
| const char** ecs_build_info_t::addons |
Addons included in the build.
Definition at line 1492 of file flecs.h.
◆ compiler
| const char* ecs_build_info_t::compiler |
Compiler used to compile Flecs.
Definition at line 1491 of file flecs.h.
◆ debug
| bool ecs_build_info_t::debug |
Is this a debug build?
Definition at line 1498 of file flecs.h.
◆ flags
| const char** ecs_build_info_t::flags |
Compile-time settings.
Definition at line 1493 of file flecs.h.
◆ perf_trace
| bool ecs_build_info_t::perf_trace |
Is this a perf tracing build?
Definition at line 1500 of file flecs.h.
◆ sanitize
| bool ecs_build_info_t::sanitize |
Is this a sanitize build?
Definition at line 1499 of file flecs.h.
◆ version
| const char* ecs_build_info_t::version |
Stringified version.
Definition at line 1494 of file flecs.h.
◆ version_major
| int16_t ecs_build_info_t::version_major |
Major Flecs version.
Definition at line 1495 of file flecs.h.
◆ version_minor
| int16_t ecs_build_info_t::version_minor |
Minor Flecs version.
Definition at line 1496 of file flecs.h.
◆ version_patch
| int16_t ecs_build_info_t::version_patch |
Patch Flecs version.
Definition at line 1497 of file flecs.h.
The documentation for this struct was generated from the following file: