mirror of https://github.com/eclipse/paho.mqtt.c
Build when HIGH_PERFORMANCE is true
This commit is contained in:
parent
72db3db996
commit
8c1d4cd15e
|
|
@ -584,7 +584,9 @@ int main(int argc, char** argv)
|
|||
* alone isn't enough: Heap_initialize() is normally only called lazily from
|
||||
* MQTTAsync_createWithOptions, so it's called explicitly here instead. */
|
||||
MQTTAsync_global_init(NULL);
|
||||
#if !defined(HIGH_PERFORMANCE)
|
||||
Heap_initialize();
|
||||
#endif
|
||||
|
||||
test_base64();
|
||||
test_tree();
|
||||
|
|
|
|||
Loading…
Reference in New Issue