From 7b96fe6c2834434de6f43c55bc66abfacf6fe931 Mon Sep 17 00:00:00 2001 From: jonpas Date: Mon, 29 Feb 2016 16:37:19 +0100 Subject: [PATCH] Disable logging in tagging - fix #3468 --- addons/tagging/script_component.hpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/addons/tagging/script_component.hpp b/addons/tagging/script_component.hpp index 4217989fde..bb94aae3ff 100644 --- a/addons/tagging/script_component.hpp +++ b/addons/tagging/script_component.hpp @@ -1,8 +1,10 @@ #define COMPONENT tagging #include "\z\ace\addons\main\script_mod.hpp" -#define DEBUG_MODE_FULL -#define DISABLE_COMPILE_CACHE +// #define DEBUG_MODE_FULL +// #define DISABLE_COMPILE_CACHE +// #define CBA_DEBUG_SYNCHRONOUS +// #define ENABLE_PERFORMANCE_COUNTERS #ifdef DEBUG_ENABLED_BLANK #define DEBUG_MODE_FULL