Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 875873 Details for
Bug 917163
media-gfx/renderdoc-1.29 - incompatibility with dev-util/glslang-1.3.268-r2
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch cmake to use -std=c++17 instead of -std=c++11
use-c++-17.patch (text/plain), 547 bytes, created by
Anna
on 2023-11-28 16:45:41 UTC
(
hide
)
Description:
patch cmake to use -std=c++17 instead of -std=c++11
Filename:
MIME Type:
Creator:
Anna
Created:
2023-11-28 16:45:41 UTC
Size:
547 bytes
patch
obsolete
>--- a/CMakeLists.txt >+++ b/CMakeLists.txt 2023-11-28 16:26:37.321121648 +0100 >@@ -383,7 +383,7 @@ > endif() > > if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES "Clang") >- set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -fno-strict-aliasing") >+ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++17 -fno-strict-aliasing") > set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fvisibility=hidden -fvisibility-inlines-hidden") > if(ENABLE_GGP) > set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -gline-tables-only -fno-omit-frame-pointer")
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 917163
:
874548
|
874549
|
874550
|
874551
|
874552
|
874553
|
874554
| 875873