summaryrefslogtreecommitdiff
path: root/makefiles/gmake/compiler.mk
diff options
context:
space:
mode:
Diffstat (limited to 'makefiles/gmake/compiler.mk')
-rw-r--r--makefiles/gmake/compiler.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/makefiles/gmake/compiler.mk b/makefiles/gmake/compiler.mk
index ec3a05a..b62496f 100644
--- a/makefiles/gmake/compiler.mk
+++ b/makefiles/gmake/compiler.mk
@@ -159,9 +159,11 @@ endif
ifeq "$(COMPILER)" "tcc"
COMPILE_FLAGS = \
- -Wall -Werror
+ -Wall -Werror -Wunsupported -Wwrite-strings -g -bt 20
endif
+CCPP = tcc
+
# end of tcc section
# start of icc section