Skip to content

Commit 8c1d4cd

Browse files
committed
Build when HIGH_PERFORMANCE is true
1 parent 72db3db commit 8c1d4cd

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

test/test_unit_coverage.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,9 @@ int main(int argc, char** argv)
584584
* alone isn't enough: Heap_initialize() is normally only called lazily from
585585
* MQTTAsync_createWithOptions, so it's called explicitly here instead. */
586586
MQTTAsync_global_init(NULL);
587+
#if !defined(HIGH_PERFORMANCE)
587588
Heap_initialize();
589+
#endif
588590

589591
test_base64();
590592
test_tree();

0 commit comments

Comments
 (0)