14 lines
688 B
Diff
14 lines
688 B
Diff
Index: renderdoc-1.12/CMakeLists.txt
|
|
===================================================================
|
|
--- renderdoc-1.12.orig/CMakeLists.txt
|
|
+++ renderdoc-1.12/CMakeLists.txt
|
|
@@ -323,7 +323,7 @@ if(cmake_build_type_lower STREQUAL "rele
|
|
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++14 -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")
|