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:
Alex Ionescu 2005-04-25 15:20:15 +00:00
parent 6458f12f54
commit 3ebd40dd0f

View file

@ -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