OGLplus
(0.59.0)
a C++ wrapper for rendering APIs
eagine
config
site.hpp
Go to the documentation of this file.
1
#ifndef EAGINE_CONFIG_SITE_HPP
11
#define EAGINE_CONFIG_SITE_HPP
12
13
// clang-format off
14
#ifndef EAGINE_LOW_PROFILE
15
#if 0
16
#define EAGINE_LOW_PROFILE 0
17
#endif
18
#endif
19
20
#ifndef EAGINE_DEBUG
21
#define EAGINE_DEBUG 1
22
#endif
23
24
#ifndef EAGINE_USE_BACKTRACE
25
#define EAGINE_USE_BACKTRACE 0
26
#endif
27
28
#ifndef EAGINE_USE_STACKTRACE
29
#define EAGINE_USE_STACKTRACE 0
30
#endif
31
32
#ifndef EAGINE_USE_BOOST_SPIRIT
33
#define EAGINE_USE_BOOST_SPIRIT 1
34
#endif
35
// clang-format on
36
37
#endif
Copyright © 2015-2021
Matúš Chochlík
.
<
chochlik -at -gmail.com
>
Documentation generated on Tue Apr 13 2021 by
Doxygen
(version 1.8.17).