Auris v1.1.1
Remove -fno-stack-protector from build options Remove the -fno-stack-protector compiler flag and add an explanatory comment. EDR/AV services (CrowdSec, VirusTotal) flag binaries built without stack protection as exploit-facilitating, producing false CVE-2023-4911 detections; dropping this flag avoids those false positives while retaining other optimization and ISA flags (e.g. -O3, -flto, -mavx2, -mfma, -mf16c). Link options remain unchanged.