File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -81,6 +81,12 @@ ELSE ( ENABLE_NEDMALLOC )
81
81
SET (DEFINE_USE_NEDMALLOC "undef" )
82
82
ENDIF ( ENABLE_NEDMALLOC )
83
83
84
+ IF ( ENABLE_STANDARD_ALLOCATOR )
85
+ SET (DEFINE_USE_ALLOCATOR "undef" )
86
+ ELSE ( ENABLE_STANDARD_ALLOCATOR )
87
+ SET (DEFINE_USE_ALLOCATOR "define" )
88
+ ENDIF ( ENABLE_STANDARD_ALLOCATOR )
89
+
84
90
IF ( ENABLE_CYCLIC_CHECK )
85
91
SET (DEFINE_USE_CYCLIC_CHECK "define" )
86
92
ELSE ( ENABLE_CYCLIC_CHECK )
Original file line number Diff line number Diff line change 78
78
#@DEFINE_USE_CYCLIC_CHECK@ LPP_USE_CYCLIC_CHECK
79
79
80
80
// Define to use custom allocator (useful in Windows builds and when using nedmalloc )
81
- #define LPP_USE_ALLOCATOR
81
+ #@DEFINE_USE_ALLOCATOR@ LPP_USE_ALLOCATOR
82
82
83
83
// Define to use nedmalloc memory allocator
84
84
#@DEFINE_USE_NEDMALLOC@ LPP_USE_NEDMALLOC
You can’t perform that action at this time.
0 commit comments