胡斌

add -gstabs+ compile option

... ... @@ -86,7 +86,7 @@ done
#####################################################################################
# build tools or compiler args.
# enable gdb debug
GDBDebug=" -g -O0"
GDBDebug=" -g -gstabs+ -O0"
# the warning level.
WarnLevel=" -Wall"
# the compile standard.
... ...