hoshi-lang
dev
Yet another programming language
Loading...
Searching...
No Matches
build_config.h
Go to the documentation of this file.
1
#ifndef BUILD_CONFIG_H
2
#define BUILD_CONFIG_H
3
4
#define HOSHI_LANG_SDK_VERSION = "1"
5
#define ELYSIA_RUNTIME_BUILD_TYPE_DEBUG
6
#define ELYSIA_RUNTIME_ENABLE_BUILTIN_MEMORY_LEAK_DETECTOR
7
#define ELYSIA_RUNTIME_BUILD_PRESERVE_BASIC_INFORMATION
8
#define ELYSIA_RUNTIME_HPERF_ENABLE
9
#define ELYSIA_DISABLE_MEMORY_EXECUTABLE_MAPPING_FEATURE
10
11
#ifdef ELYSIA_RUNTIME_BUILD_TYPE_RELEASE
12
#undef ELYSIA_RUNTIME_ENABLE_BUILTIN_MEMORY_LEAK_DETECTOR
13
#undef ELYSIA_RUNTIME_BUILD_PRESERVE_BASIC_INFORMATION
14
#undef ELYSIA_RUNTIME_BUILD_TYPE_DEBUG
15
#endif
16
17
#ifdef ELYSIA_RUNTIME_DISABLE_BUILTIN_MEMORY_LEAK_DETECTOR
18
#undef ELYSIA_RUNTIME_ENABLE_BUILTIN_MEMORY_LEAK_DETECTOR
19
#endif
20
21
#endif
// BUILD_CONFIG_H
runtime
build_config.h
Generated by
1.9.8