From 041b505c2ea6e3e496497c87e1b3d4f913d0b61e Mon Sep 17 00:00:00 2001 From: Ophestra Date: Sat, 2 May 2026 21:53:38 +0900 Subject: internal/rosa/cmake: implicit CMAKE_BUILD_TYPE Lack of this behaviour is a holdover from when the helper was first split from the (now removed) LLVM helper. Signed-off-by: Ophestra --- internal/rosa/zlib.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'internal/rosa/zlib.go') diff --git a/internal/rosa/zlib.go b/internal/rosa/zlib.go index 4f6591b0..aeb37611 100644 --- a/internal/rosa/zlib.go +++ b/internal/rosa/zlib.go @@ -13,8 +13,6 @@ func (t Toolchain) newZlib() (pkg.Artifact, string) { pkg.TarGzip, ), nil, &CMakeHelper{ Cache: []KV{ - {"CMAKE_BUILD_TYPE", "Release"}, - {"CMAKE_C_FLAGS", "-fPIC"}, {"ZLIB_BUILD_TESTING", "ON"}, {"ZLIB_BUILD_SHARED", "ON"}, -- cgit v1.3.1