didn't mean to check in -fanalyzer whoops

This commit is contained in:
nick black 2021-09-03 05:35:48 -04:00
parent 39f9dd3b96
commit fb9488e7b5
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

View File

@ -107,7 +107,7 @@ endif()
# global compiler flags
add_compile_definitions(_FORTIFY_SOURCE=2)
add_compile_options(-Wall -Wextra -W -Wshadow -Wformat -Wformat-security
-fanalyzer -fexceptions -fstrict-aliasing)
-fexceptions -fstrict-aliasing)
# don't use REQUIRED with subsequent find_package() operations; we use
# feature_summary + set_package_properties to fail in one fell swoop.