diff options
Diffstat (limited to 'server/CMakeLists.txt')
| -rw-r--r-- | server/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/CMakeLists.txt b/server/CMakeLists.txt index 15ebfae..014ec7c 100644 --- a/server/CMakeLists.txt +++ b/server/CMakeLists.txt | |||
| @@ -9,7 +9,7 @@ add_compile_options( | |||
| 9 | -fno-omit-frame-pointer | 9 | -fno-omit-frame-pointer |
| 10 | -Wall -Wextra -Wformat -Wformat=2 -Wconversion -Wimplicit-fallthrough | 10 | -Wall -Wextra -Wformat -Wformat=2 -Wconversion -Wimplicit-fallthrough |
| 11 | -Werror=format-security | 11 | -Werror=format-security |
| 12 | -U_FORTIFY_SOURCE # -D_FORTIFY_SOURCE=3 (unfortunately breaks the std module) | 12 | -U_FORTIFY_SOURCE # -D_FORTIFY_SOURCE=3 (unfortunately breaks the std module, see https://github.com/llvm/llvm-project/issues/121709) |
| 13 | -D_GLIBCXX_ASSERTIONS | 13 | -D_GLIBCXX_ASSERTIONS |
| 14 | -fstrict-flex-arrays=3 | 14 | -fstrict-flex-arrays=3 |
| 15 | -fstack-clash-protection -fstack-protector-strong | 15 | -fstack-clash-protection -fstack-protector-strong |