diff options
author | Roland Reichwein <mail@reichwein.it> | 2021-12-30 17:11:02 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2021-12-30 17:11:02 +0100 |
commit | ae7b430afd1239947b8f8b2d9dc0ca72dbce91ac (patch) | |
tree | 345a5dce9f37e33f78b4805532ffec66752cbe7b /Makefile | |
parent | b9833fd7e6c6f3373978d56f7a7b00ebdb02a94b (diff) |
Make source and execution character sets explicit (UTF-8)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 \ |