summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortastytea2020-01-24 21:19:27 +0100
committertastytea2020-01-24 21:23:48 +0100
commit8955442b0de9f30a1aaecc1d6c54c952c366965f (patch)
tree94e4b391c4fd0674cd6d1117ae0375d0e667e206
parentc9ea49ed914f908d459941fc8e34580fa9da1877 (diff)
downloadmastodonpp-8955442b0de9f30a1aaecc1d6c54c952c366965f.tar
mastodonpp-8955442b0de9f30a1aaecc1d6c54c952c366965f.tar.gz
mastodonpp-8955442b0de9f30a1aaecc1d6c54c952c366965f.zip
Setting -g for debug builds is redundant.
-rw-r--r--cmake/debug_flags.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmake/debug_flags.cmake b/cmake/debug_flags.cmake
index 0009039..6f177d9 100644
--- a/cmake/debug_flags.cmake
+++ b/cmake/debug_flags.cmake
@@ -23,7 +23,6 @@ if(CMAKE_CXX_COMPILER_ID MATCHES "GNU" OR CMAKE_CXX_COMPILER_ID MATCHES "Clang"
"-Wformat=2"
"-ftrapv"
"-fsanitize=undefined"
- "-g"
"-Og"
"-fno-omit-frame-pointer")
if(CMAKE_CXX_COMPILER_ID MATCHES "GNU")