From 17ebbdf7de192c340762cb852ce615aefa191c95 Mon Sep 17 00:00:00 2001 From: Andres Freund Date: Sat, 12 Aug 2023 13:06:04 -0700 Subject: [PATCH] ci: macos: Remove use of -DRANDOMIZE_ALLOCATED_MEMORY RANDOMIZE_ALLOCATED_MEMORY causes a measurable slowdown. Macos is, by far, the most expensive platform for CI, therefore it doesn't make sense to run such a test there. Ubsan and asan on linux should detect most of the the cases of uninitialized memory, so it doesn't really seem worth using -DRANDOMIZE_ALLOCATED_MEMORY in another instance type. Author: Andres Freund Reviewed-by: Heikki Linnakangas Discussion: https://postgr.es/m/20230808021541.7lbzdefvma7qmn3w@awork3.anarazel.de Backpatch: 16-, where 89d16b635 added the use of -DRANDOMIZE_ALLOCATED_MEMORY --- .cirrus.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index d260f15c4e..b742aaf686 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -434,7 +434,6 @@ task: CC: ccache cc CXX: ccache c++ - CPPFLAGS: -DRANDOMIZE_ALLOCATED_MEMORY CFLAGS: -Og -ggdb CXXFLAGS: -Og -ggdb