⚗️ use GCC static analyzer

This commit is contained in:
Niels Lohmann 2021-07-16 09:59:28 +02:00
parent c89e23c69b
commit 6732c3d986
No known key found for this signature in database
GPG Key ID: 7F3CEA63AE251B69

View File

@ -104,6 +104,7 @@ set(CLANG_CXXFLAGS "-std=c++11 \
")
set(GCC_CXXFLAGS "-std=c++11 \
-fanalyzer \
-pedantic \
-Werror \
--all-warnings \