Type with information about the current Flecs build.
More...
#include <flecs.h>
Type with information about the current Flecs build.
Definition at line 1464 of file flecs.h.
◆ addons
| const char** ecs_build_info_t::addons |
Addons included in the build.
Definition at line 1466 of file flecs.h.
◆ compiler
| const char* ecs_build_info_t::compiler |
Compiler used to compile Flecs.
Definition at line 1465 of file flecs.h.
◆ debug
| bool ecs_build_info_t::debug |
Is this a debug build?
Definition at line 1472 of file flecs.h.
◆ flags
| const char** ecs_build_info_t::flags |
Compile-time settings.
Definition at line 1467 of file flecs.h.
◆ perf_trace
| bool ecs_build_info_t::perf_trace |
Is this a perf tracing build?
Definition at line 1474 of file flecs.h.
◆ sanitize
| bool ecs_build_info_t::sanitize |
Is this a sanitize build?
Definition at line 1473 of file flecs.h.
◆ version
| const char* ecs_build_info_t::version |
Stringified version.
Definition at line 1468 of file flecs.h.
◆ version_major
| int16_t ecs_build_info_t::version_major |
Major Flecs version.
Definition at line 1469 of file flecs.h.
◆ version_minor
| int16_t ecs_build_info_t::version_minor |
Minor Flecs version.
Definition at line 1470 of file flecs.h.
◆ version_patch
| int16_t ecs_build_info_t::version_patch |
Patch Flecs version.
Definition at line 1471 of file flecs.h.
The documentation for this struct was generated from the following file: