From fc31a47264a5159949ca285f35a5f69cfac9c467 Mon Sep 17 00:00:00 2001 From: Paweł Hajdan Date: Wed, 8 Jun 2011 13:36:13 +0000 Subject: Remove "You should enable -g (or higher) for debugging" message from the developer profile, --- profiles/targets/developer/profile.bashrc | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 profiles/targets/developer/profile.bashrc (limited to 'profiles/targets') diff --git a/profiles/targets/developer/profile.bashrc b/profiles/targets/developer/profile.bashrc deleted file mode 100644 index 2fc6a40b10ae..000000000000 --- a/profiles/targets/developer/profile.bashrc +++ /dev/null @@ -1,18 +0,0 @@ -#!/bin/bash - -# We change around a few variables, since we've enabled splitdebug. -debug=0 -for flag in ${CFLAGS} -do - case ${flag} in - -g*) debug=1 ;; - esac -done - -if [ ${debug} -eq 0 ] -then - if [[ "${EBUILD_PHASE}" == "setup" ]] - then - echo "You should enable -g (or higher) for debugging!" - fi -fi -- cgit v1.2.3-65-gdbad