From 42602fc79a1a47c1300b87506bed86bfde7ca511 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnther=20Brammer?= Date: Mon, 19 May 2014 01:39:08 +0200 Subject: [PATCH] Finish DEBUGREC compile option removal Except for the DEBUGREC_RECRUITMENT option available in C4Include.h --- config.h.cmake | 3 --- src/C4Include.h | 1 + 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/config.h.cmake b/config.h.cmake index e401e8803..c662bb7fd 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -1,6 +1,3 @@ -/* Activate DebugRecs */ -#cmakedefine DEBUGREC 1 - /* Generate minidumps on crash */ #cmakedefine HAVE_DBGHELP 1 diff --git a/src/C4Include.h b/src/C4Include.h index 1bdbb71aa..935619fde 100644 --- a/src/C4Include.h +++ b/src/C4Include.h @@ -38,6 +38,7 @@ don't need to include this file or any of the files it includes. */ #define DEBUGREC_MATSCAN #define DEBUGREC_MENU #define DEBUGREC_OCF +//#define DEBUGREC_RECRUITMENT // solidmask debugging //#define SOLIDMASK_DEBUG