Remove dubug flag

This commit is contained in:
mann1x 2024-04-22 20:12:15 +02:00
parent b188c9c983
commit ca37f7d2c5

View file

@ -92,7 +92,7 @@ int32_t PhysicalCores = std::thread::hardware_concurrency();
// CPUSET logging
//
#define CPUSET_DEBUG 1
#define CPUSET_DEBUG 0
#if (CPUSET_DEBUG >= 1)
#define CPUSET_PRINT_DEBUG(...) printf(__VA_ARGS__)
#else