From ae7b430afd1239947b8f8b2d9dc0ca72dbce91ac Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Thu, 30 Dec 2021 17:11:02 +0100 Subject: Make source and execution character sets explicit (UTF-8) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a3962c1..37c769a 100644 --- a/Makefile +++ b/Makefile @@ -56,7 +56,7 @@ LIBS+=-fuse-ld=lld endif endif -CXXFLAGS+=-Wall -Wno-deprecated-declarations -Iinclude -std=$(STANDARD) +CXXFLAGS+=-Wall -Wno-deprecated-declarations -finput-charset=UTF-8 -fexec-charset=UTF-8 -Iinclude -std=$(STANDARD) LDLIBS+=\ -lboost_context \ -- cgit v1.2.3