From 3ebd40dd0f7179d3bbda6dd83cc6f78263e93240 Mon Sep 17 00:00:00 2001 From: Alex Ionescu Date: Mon, 25 Apr 2005 15:20:15 +0000 Subject: [PATCH] Add GDB = 1 to makefile to compile-in the GDB Wrapper. These options will be better manged with rbuild svn path=/trunk/; revision=14801 --- reactos/config | 1 + 1 file changed, 1 insertion(+) diff --git a/reactos/config b/reactos/config index 4045d73b7a9..c1faa2f73de 100644 --- a/reactos/config +++ b/reactos/config @@ -25,6 +25,7 @@ KDBG := 0 # Whether to compile for debugging # DBG := 0 +GDB := 1 # # Whether to compile a multiprocessor or single processor version