[PR #3177] [MERGED] CMakePreset: Specify compiler for Linux #3291

Closed
opened 2026-02-27 22:03:09 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/3177
Author: @LNDF
Created: 6/29/2025
Status: Merged
Merged: 6/29/2025
Merged by: @LNDF

Base: mainHead: Preset-linux-clang


📝 Commits (1)

  • f0ddcef Specify compiler on linux preset

📊 Changes

1 file changed (+2 additions, -0 deletions)

View changed files

📝 CMakeLinuxPresets.json (+2 -0)

📄 Description

Specify the compiler used in Linux as clang. It was not specified before (and will use the default GCC).

Note that is doesn't specify Clang 19, but uses the default one provided by the distribution.

I could specify "clang-19" insteed of just "clang" (it works on Fedora) but I don't know how other distros manage different Clang versions.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/shadps4-emu/shadPS4/pull/3177 **Author:** [@LNDF](https://github.com/LNDF) **Created:** 6/29/2025 **Status:** ✅ Merged **Merged:** 6/29/2025 **Merged by:** [@LNDF](https://github.com/LNDF) **Base:** `main` ← **Head:** `Preset-linux-clang` --- ### 📝 Commits (1) - [`f0ddcef`](https://github.com/shadps4-emu/shadPS4/commit/f0ddcef06a177d4701db03aa351bd0cfd4bfc41b) Specify compiler on linux preset ### 📊 Changes **1 file changed** (+2 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `CMakeLinuxPresets.json` (+2 -0) </details> ### 📄 Description Specify the compiler used in Linux as clang. It was not specified before (and will use the default GCC). Note that is doesn't specify Clang 19, but uses the default one provided by the distribution. I could specify "clang-19" insteed of just "clang" (it works on Fedora) but I don't know how other distros manage different Clang versions. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 22:03:09 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/shadPS4#3291
No description provided.