From f7869fb25b4e43f3c3ee0fe956de6d65c8d8de62 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 6 Jun 2010 21:01:27 +0200 Subject: removed backtrace in tcc (-bt param), seems not to work, as is -b not working --- makefiles/gmake/compiler.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-54-g00ecf