summaryrefslogtreecommitdiff
path: root/example/Makefile
diff options
context:
space:
mode:
authorWolfgang Draxinger <dw@optores.de>2019-07-04 20:06:23 +0200
committerWolfgang Draxinger <dw@optores.de>2019-07-04 20:06:23 +0200
commit47d2c53cbdb8c03a793d54324eb0b0a127c73a4a (patch)
tree65b2ba97627f9d2c96581909f2466fe08e3658be /example/Makefile
parentac1e78efa910cac81d104a92ec971d984dcd26a1 (diff)
downloaddwu-47d2c53cbdb8c03a793d54324eb0b0a127c73a4a.tar.gz
dwu-47d2c53cbdb8c03a793d54324eb0b0a127c73a4a.tar.bz2
compile examples -Wall -Werror and remove std::move to allow copy elision
Diffstat (limited to 'example/Makefile')
-rw-r--r--example/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/Makefile b/example/Makefile
index f26d3df..c96a553 100644
--- a/example/Makefile
+++ b/example/Makefile
@@ -1,4 +1,4 @@
-CXXFLAGS+=-I../include
+CXXFLAGS+=-Wall -Werror -I../include
.PHONY: all