Remove unsafe sanitizer compiler flags from emerg-shutdown

This commit is contained in:
Aaron Rainbolt 2025-10-06 15:03:31 -05:00
parent dd961b8427
commit 718772ea78
No known key found for this signature in database
GPG key ID: A709160D73C79109

View file

@ -38,7 +38,6 @@ gcc_hardening_options=(
"-Wcast-align=strict" "-Wjump-misses-init" "-Wlogical-op" "-U_FORTIFY_SOURCE"
"-D_FORTIFY_SOURCE=3" "-fstack-clash-protection" "-fstack-protector-all"
"-fno-delete-null-pointer-checks" "-fno-strict-aliasing"
"-fsanitize=undefined" "-fno-sanitize-recover=all"
"-fstrict-flex-arrays=3" "-ftrivial-auto-var-init=pattern" "-fPIE"
)