summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 346f8a0..6ed0e68 100644
--- a/Makefile
+++ b/Makefile
@@ -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 \