Disable built-in bullet profiler which uses global variables

It breaks client and server in same process later
This commit is contained in:
Benau 2020-02-24 09:26:22 +08:00
parent 11cac8f631
commit 306eb1b531

View File

@ -16,7 +16,7 @@
#define BT_QUICK_PROF_H
//To disable built-in profiling, please comment out next line
//#define BT_NO_PROFILE 1
#define BT_NO_PROFILE 1
#ifndef BT_NO_PROFILE
#include <stdio.h>//@todo remove this, backwards compatibility
#include "btScalar.h"