diff options
Diffstat (limited to 'mempool/CMakeLists.txt')
| -rw-r--r-- | mempool/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mempool/CMakeLists.txt b/mempool/CMakeLists.txt index 31ff0e1..d6a9772 100644 --- a/mempool/CMakeLists.txt +++ b/mempool/CMakeLists.txt | |||
| @@ -17,7 +17,7 @@ target_include_directories(mempool PUBLIC | |||
| 17 | target_link_libraries(mempool PRIVATE | 17 | target_link_libraries(mempool PRIVATE |
| 18 | cassert) | 18 | cassert) |
| 19 | 19 | ||
| 20 | target_compile_options(mempool PRIVATE -Wall -Wextra) | 20 | target_compile_options(mempool PRIVATE -Wall -Wextra -Wpedantic) |
| 21 | 21 | ||
| 22 | # Test | 22 | # Test |
| 23 | 23 | ||
| @@ -27,4 +27,4 @@ add_executable(mempool_test | |||
| 27 | target_link_libraries(mempool_test | 27 | target_link_libraries(mempool_test |
| 28 | mempool) | 28 | mempool) |
| 29 | 29 | ||
| 30 | target_compile_options(mempool_test PRIVATE -DUNIT_TEST -DNDEBUG -Wall -Wextra) | 30 | target_compile_options(mempool_test PRIVATE -DUNIT_TEST -DNDEBUG -Wall -Wextra -Wpedantic) |
