summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2021-12-30 17:11:02 +0100
committerRoland Reichwein <mail@reichwein.it>2021-12-30 17:11:02 +0100
commitae7b430afd1239947b8f8b2d9dc0ca72dbce91ac (patch)
tree345a5dce9f37e33f78b4805532ffec66752cbe7b /Makefile
parentb9833fd7e6c6f3373978d56f7a7b00ebdb02a94b (diff)
Make source and execution character sets explicit (UTF-8)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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 \