diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2021-09-28 17:05:31 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2021-09-28 17:05:31 +0200 |
commit | bc078da645412c6b36ef59e635d6c35d11088c96 (patch) | |
tree | cd337c7a4d62d13d8f587f6fd02e6cc33961104c /examples/Makefile | |
parent | c61b229a213ac1f1cc50c6c4af53131578a91d53 (diff) |
Diffstat (limited to 'examples/Makefile')
-rw-r--r-- | examples/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Makefile b/examples/Makefile index b40c09b..7ab11fa 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -3,7 +3,7 @@ TESTS=\ test_ExampleTest CXX ?= g++ -CXXFLAGS ?= -g -std=c++17 -I.. +CXXFLAGS ?= -g -std=c++17 -Wall -Werror -Wextra -Wconversion -I.. all: ${TESTS} |