mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-28 00:03:14 +08:00
Disable compiler optimizations for linux dll unit tests, because they made the tests use original instead of mock syscalls. Ignore false-positive gcc warnings: - Ignore restrict for gcc12 and maybe-uninitialized for gcc >= 13 warnings in Release builds in the whole project - Ignore array-bounds warnings in specific cases Related-To: NEO-8116 Signed-off-by: Kindracki, Jakub Tomasz <jakub.tomasz.kindracki@intel.com>