diff options
Diffstat (limited to 'hash')
| -rw-r--r-- | hash/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hash/CMakeLists.txt b/hash/CMakeLists.txt index 8191f25..f0a5e55 100644 --- a/hash/CMakeLists.txt +++ b/hash/CMakeLists.txt | |||
| @@ -11,4 +11,4 @@ add_library(hash | |||
| 11 | 11 | ||
| 12 | target_include_directories(hash PUBLIC include) | 12 | target_include_directories(hash PUBLIC include) |
| 13 | 13 | ||
| 14 | target_compile_options(hash PRIVATE -Wall -Wextra) | 14 | target_compile_options(hash PRIVATE -Wall -Wextra -Wpedantic) |
