diff options
| author | 3gg <3gg@shellblade.net> | 2026-04-05 15:00:15 -0700 |
|---|---|---|
| committer | 3gg <3gg@shellblade.net> | 2026-04-05 15:00:15 -0700 |
| commit | 51cb3dca28db17a1975cc9e04b6c75d2c89715c2 (patch) | |
| tree | 26e03ea266bf8f7f9f0e27126cde9da51335f5dc /random/CMakeLists.txt | |
| parent | c3f868d293a9b63a2bdc74dabdeaec9c4a0dfc5a (diff) | |
Add pedantic
Diffstat (limited to 'random/CMakeLists.txt')
| -rw-r--r-- | random/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/random/CMakeLists.txt b/random/CMakeLists.txt index 3c4b2dc..c759ef8 100644 --- a/random/CMakeLists.txt +++ b/random/CMakeLists.txt | |||
| @@ -12,4 +12,4 @@ add_library(random | |||
| 12 | 12 | ||
| 13 | target_include_directories(random PUBLIC include) | 13 | target_include_directories(random PUBLIC include) |
| 14 | 14 | ||
| 15 | target_compile_options(random PRIVATE -Wall -Wextra) | 15 | target_compile_options(random PRIVATE -Wall -Wextra -Wpedantic) |
