diff options
author | Roland Reichwein <mail@reichwein.it> | 2021-12-21 15:36:48 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2021-12-21 15:36:48 +0100 |
commit | 3ca9f389084a2defe1fff2046dd3450e0b242e58 (patch) | |
tree | c6e8ad716db3d1cbadf33c421425803a2e89cd1b /Makefile | |
parent | f3025691d12727bbab138c13680cc21a451626b6 (diff) |
Added comparison tests with boost::locale::conv and std::wstring_convert
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -50,7 +50,7 @@ LIBS+=-fuse-ld=lld endif endif -CXXFLAGS+=-Wall -Iinclude -std=$(STANDARD) +CXXFLAGS+=-Wall -Wno-deprecated-declarations -Iinclude -std=$(STANDARD) LDLIBS+=\ -lboost_context \ |