diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-05-02 21:53:38 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-05-02 21:53:38 +0900 |
| commit | 041b505c2ea6e3e496497c87e1b3d4f913d0b61e (patch) | |
| tree | 22d4c157d4ccd78b06e0b1c30e4e8d68d2505275 /internal/rosa/glslang.go | |
| parent | e6debce649366c54406b41a8f8a0be64fabd9aa8 (diff) | |
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 <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/glslang.go')
| -rw-r--r-- | internal/rosa/glslang.go | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/internal/rosa/glslang.go b/internal/rosa/glslang.go index a2600ea3..663e0610 100644 --- a/internal/rosa/glslang.go +++ b/internal/rosa/glslang.go @@ -17,10 +17,6 @@ func (t Toolchain) newSPIRVHeaders() (pkg.Artifact, string) { "vulkan-sdk-"+version, checksum, ), nil, &CMakeHelper{ - Cache: []KV{ - {"CMAKE_BUILD_TYPE", "Release"}, - }, - // upstream has no tests SkipTest: true, }), version @@ -67,7 +63,6 @@ func (t Toolchain) newSPIRVTools() (pkg.Artifact, string) { checksum, ), nil, &CMakeHelper{ Cache: []KV{ - {"CMAKE_BUILD_TYPE", "Release"}, {"SPIRV-Headers_SOURCE_DIR", "/system"}, }, }, @@ -109,7 +104,6 @@ func (t Toolchain) newGlslang() (pkg.Artifact, string) { Chmod: true, }, &CMakeHelper{ Cache: []KV{ - {"CMAKE_BUILD_TYPE", "Release"}, {"BUILD_SHARED_LIBS", "ON"}, {"ALLOW_EXTERNAL_SPIRV_TOOLS", "ON"}, }, |
