 |
Plasma Engine
2.0
|
Loading...
Searching...
No Matches
9#ifdef BUILDSYSTEM_COMPILE_ENGINE_AS_DLL
10# undef PL_COMPILE_ENGINE_AS_DLL
11# define PL_COMPILE_ENGINE_AS_DLL PL_ON
13# undef PL_COMPILE_ENGINE_AS_DLL
14# define PL_COMPILE_ENGINE_AS_DLL PL_OFF
17#if defined(BUILDSYSTEM_BUILDTYPE_Shipping)
20# undef PL_COMPILE_FOR_DEVELOPMENT
21# define PL_COMPILE_FOR_DEVELOPMENT PL_OFF
24# undef PL_USE_PROFILING
25# define PL_USE_PROFILING PL_OFF
28# undef PL_ALLOC_TRACKING_DEFAULT
29# define PL_ALLOC_TRACKING_DEFAULT plAllocatorTrackingMode::Nothing
34# undef PL_COMPILE_FOR_DEVELOPMENT
35# define PL_COMPILE_FOR_DEVELOPMENT PL_ON
38# undef PL_USE_PROFILING
39# define PL_USE_PROFILING PL_ON
42# undef PL_ALLOC_TRACKING_DEFAULT
43# define PL_ALLOC_TRACKING_DEFAULT plAllocatorTrackingMode::AllocationStatsAndStacktraces
47#if defined(BUILDSYSTEM_BUILDTYPE_Debug)
48# undef PL_MATH_CHECK_FOR_NAN
49# define PL_MATH_CHECK_FOR_NAN PL_ON
50# undef PL_USE_STRING_VALIDATION
51# define PL_USE_STRING_VALIDATION PL_ON
56#define PL_GAMEOBJECT_VELOCITY PL_ON
59#undef PL_MIGRATE_RUNTIMECONFIGS
60#define PL_MIGRATE_RUNTIMECONFIGS PL_ON