mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
Add GDB = 1 to makefile to compile-in the GDB Wrapper. These options will be better manged with rbuild
svn path=/trunk/; revision=14801
This commit is contained in:
parent
6458f12f54
commit
3ebd40dd0f
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ KDBG := 0
|
||||||
# Whether to compile for debugging
|
# Whether to compile for debugging
|
||||||
#
|
#
|
||||||
DBG := 0
|
DBG := 0
|
||||||
|
GDB := 1
|
||||||
|
|
||||||
#
|
#
|
||||||
# Whether to compile a multiprocessor or single processor version
|
# Whether to compile a multiprocessor or single processor version
|
||||||
|
|
Loading…
Reference in a new issue