diff options
Diffstat (limited to 'mem')
| -rw-r--r-- | mem/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mem/CMakeLists.txt b/mem/CMakeLists.txt index 89bf444..d4f065b 100644 --- a/mem/CMakeLists.txt +++ b/mem/CMakeLists.txt | |||
| @@ -18,7 +18,7 @@ target_link_libraries(mem | |||
| 18 | cassert | 18 | cassert |
| 19 | list) | 19 | list) |
| 20 | 20 | ||
| 21 | target_compile_options(mem PRIVATE -Wall -Wextra) | 21 | target_compile_options(mem PRIVATE -Wall -Wextra -Wpedantic) |
| 22 | 22 | ||
| 23 | # Test | 23 | # Test |
| 24 | 24 | ||
| @@ -28,4 +28,4 @@ add_executable(mem_test | |||
| 28 | target_link_libraries(mem_test | 28 | target_link_libraries(mem_test |
| 29 | mem) | 29 | mem) |
| 30 | 30 | ||
| 31 | target_compile_options(mem_test PRIVATE -DUNIT_TEST -DNDEBUG -Wall -Wextra) | 31 | target_compile_options(mem_test PRIVATE -DUNIT_TEST -DNDEBUG -Wall -Wextra -Wpedantic) |
