summaryrefslogtreecommitdiffstats
path: root/tmake/lib/linux-g++/tmake.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tmake/lib/linux-g++/tmake.conf')
-rw-r--r--tmake/lib/linux-g++/tmake.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmake/lib/linux-g++/tmake.conf b/tmake/lib/linux-g++/tmake.conf
index 0378239..193fadd 100644
--- a/tmake/lib/linux-g++/tmake.conf
+++ b/tmake/lib/linux-g++/tmake.conf
@@ -8,7 +8,7 @@ TEMPLATE = app
CONFIG = qt warn_on release
TMAKE_CC = gcc
-TMAKE_CFLAGS = -pipe
+TMAKE_CFLAGS = -pipe -fsigned-char
TMAKE_CFLAGS_WARN_ON = -Wall -W
TMAKE_CFLAGS_WARN_OFF =
TMAKE_CFLAGS_RELEASE = -O2