summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2010-06-06 21:01:27 +0200
committerAndreas Baumann <abaumann@yahoo.com>2010-06-06 21:01:27 +0200
commitf7869fb25b4e43f3c3ee0fe956de6d65c8d8de62 (patch)
tree20f973b63f2bd0c4eb8acb065e442aa98d0d87c3
parentc92971182c73984955fc66a62d82bef3b083b271 (diff)
downloadwolfbones-f7869fb25b4e43f3c3ee0fe956de6d65c8d8de62.tar.gz
wolfbones-f7869fb25b4e43f3c3ee0fe956de6d65c8d8de62.tar.bz2
removed backtrace in tcc (-bt param), seems not to work, as is -b not working
-rw-r--r--makefiles/gmake/compiler.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefiles/gmake/compiler.mk b/makefiles/gmake/compiler.mk
index b62496f..aab45d2 100644
--- a/makefiles/gmake/compiler.mk
+++ b/makefiles/gmake/compiler.mk
@@ -159,7 +159,7 @@ endif
ifeq "$(COMPILER)" "tcc"
COMPILE_FLAGS = \
- -Wall -Werror -Wunsupported -Wwrite-strings -g -bt 20
+ -Wall -Werror -Wunsupported -Wwrite-strings -g
endif
CCPP = tcc