Disable vprof by default
This commit is contained in:
parent
60c8599e4c
commit
cd9787a4bd
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
|
||||
// VProf is enabled by default in all configurations -except- X360 Retail.
|
||||
#if !( defined( _GAMECONSOLE ) && defined( _CERT ) )
|
||||
#define VPROF_ENABLED
|
||||
// #define VPROF_ENABLED
|
||||
#endif
|
||||
|
||||
#if defined(_X360) && defined(VPROF_ENABLED)
|
||||
|
|
Loading…
Reference in a new issue