Remove dubug flag
This commit is contained in:
parent
b188c9c983
commit
ca37f7d2c5
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ int32_t PhysicalCores = std::thread::hardware_concurrency();
|
||||||
// CPUSET logging
|
// CPUSET logging
|
||||||
//
|
//
|
||||||
|
|
||||||
#define CPUSET_DEBUG 1
|
#define CPUSET_DEBUG 0
|
||||||
#if (CPUSET_DEBUG >= 1)
|
#if (CPUSET_DEBUG >= 1)
|
||||||
#define CPUSET_PRINT_DEBUG(...) printf(__VA_ARGS__)
|
#define CPUSET_PRINT_DEBUG(...) printf(__VA_ARGS__)
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue