diff --git a/.circleci/config.yml b/.circleci/config.yml index a93d21038..f58e7ca78 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -413,6 +413,8 @@ jobs: build-linux-unity-and-headers: docker: # executor type - image: gcc:latest + environment: + EXTRA_CXXFLAGS: -mno-avx512f # Warnings-as-error in avx512fintrin.h, would be used on newer hardware resource_class: large steps: - checkout # check out the code in the project directory