diff options
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/gbuild/platform/com_GCC_defs.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/solenv/gbuild/platform/com_GCC_defs.mk b/solenv/gbuild/platform/com_GCC_defs.mk index 97a2538b1895..793e5d34f656 100644 --- a/solenv/gbuild/platform/com_GCC_defs.mk +++ b/solenv/gbuild/platform/com_GCC_defs.mk @@ -55,6 +55,7 @@ gb_CFLAGS_COMMON := \ -Wstrict-prototypes \ -Wundef \ -Wunused-macros \ + -finput-charset=UTF-8 \ -fmessage-length=0 \ -fno-common \ -pipe \ @@ -67,6 +68,7 @@ gb_CXXFLAGS_COMMON := \ -Wextra \ -Wundef \ -Wunused-macros \ + -finput-charset=UTF-8 \ -fmessage-length=0 \ -fno-common \ -pipe \ |