From 1b989dc9bff4a6425a929a5638362ca87edb122d Mon Sep 17 00:00:00 2001 From: Bernhard Schommer Date: Sat, 3 Oct 2015 21:14:42 +0200 Subject: Activate the advanced debug for the gcc build. --- configure | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure b/configure index b906e38f..a04fd2f5 100755 --- a/configure +++ b/configure @@ -104,7 +104,8 @@ case "$target" in casmruntime="${toolprefix}gcc -c -Wa,-mregnames" clinker="${toolprefix}gcc" libmath="-lm" - cchecklink=${build_checklink};; + cchecklink=${build_checklink} + advanced_debug=true;; powerpc-eabi-diab|ppc-eabi-diab) arch="powerpc" model="standard" -- cgit