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/zstd.go | 3 --- 1 file changed, 3 deletions(-) (limited to 'internal/rosa/zstd.go') diff --git a/internal/rosa/zstd.go b/internal/rosa/zstd.go index 52a74e35..8aa40ac5 100644 --- a/internal/rosa/zstd.go +++ b/internal/rosa/zstd.go @@ -19,9 +19,6 @@ func (t Toolchain) newZstd() (pkg.Artifact, string) { Chmod: true, }, &CMakeHelper{ Append: []string{"build", "cmake"}, - Cache: []KV{ - {"CMAKE_BUILD_TYPE", "Release"}, - }, Test: ` make -C /usr/src/zstd/tests datagen ZSTD_BIN=/cure/programs/zstd /usr/src/zstd/tests/playTests.sh -- cgit v1.3.1