fix option_enable call

This commit is contained in:
daan 2019-08-20 07:49:40 -07:00
parent 03d994648a
commit 27d794b5f4

View file

@ -66,7 +66,7 @@ bool test_heap2();
// Main testing // Main testing
// --------------------------------------------------------------------------- // ---------------------------------------------------------------------------
int main() { int main() {
mi_option_enable(mi_option_verbose,false); mi_option_disable(mi_option_verbose);
// --------------------------------------------------- // ---------------------------------------------------
// Malloc // Malloc